home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / ibm43321.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-03-25  |  112.4 KB  |  2,538 lines

  1. *PPD-Adobe: "4.3"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1998 Adobe Systems Incorporated.
  4. *% All Rights Reserved.
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *% for IBM InfoPrint 32.
  10. *% Copyright 1998 IBM Corporation.  All rights reserved.
  11. *% Copyright 1998 Peerless Systems Corp.  All rights reserved.
  12. *%
  13. *FormatVersion: "4.3"
  14. *FileVersion: "1.1"
  15. *LanguageEncoding: ISOLatin1
  16. *LanguageVersion: English
  17. *Manufacturer: "IBM"
  18. *PCFileName: "IBM43321.PPD"
  19. *Product: "(IBM 4332)"
  20. *PSVersion: "(3010.106) 420"
  21. *ModelName: "IBM 4332"
  22. *ShortNickName: "IBM InfoPrint 32 PS"
  23. *NickName: "IBM InfoPrint 32 PS"
  24.  
  25.  
  26. *% ==== Options (Printer Features) ====
  27. *%
  28. *OpenGroup: InstallableOptions/Options installed
  29.  
  30. *OpenUI *OptionHCF/2500-sheet input: Boolean
  31. *DefaultOptionHCF: False
  32. *OptionHCF True/Installed: ""
  33. *OptionHCF False/Not installed: ""
  34. *CloseUI: *OptionHCF
  35.  
  36. *OpenUI *OptionEnvelope1/Envelope feeder: Boolean
  37. *DefaultOptionEnvelope1: False
  38. *OptionEnvelope1 True/Installed: ""
  39. *OptionEnvelope1 False/Not installed: ""
  40. *CloseUI: *OptionEnvelope1
  41.  
  42. *OpenUI *OptionHardDrive1/Hard drive: Boolean
  43. *DefaultOptionHardDrive1: False
  44. *OptionHardDrive1 True/Installed: ""
  45. *OptionHardDrive1 False/Not installed: ""
  46. *CloseUI: *OptionHardDrive1
  47.  
  48. *OpenUI *OptionDuplexUnit/Duplex unit: Boolean
  49. *DefaultOptionDuplexUnit: False
  50. *OptionDuplexUnit True/Installed: ""
  51. *OptionDuplexUnit False/Not installed: ""
  52. *CloseUI: *OptionDuplexUnit
  53.  
  54. *OpenUI *OptionFlash1/Flash: Boolean
  55. *DefaultOptionFlash1: False
  56. *OptionFlash1 True/Installed: ""
  57. *OptionFlash1 False/Not installed: ""
  58. *CloseUI: *OptionFlash1
  59.  
  60. *OpenUI *OptionFinisher1/2000-sheet finisher: Boolean
  61. *DefaultOptionFinisher1: False
  62. *OptionFinisher1 True/Installed: ""
  63. *OptionFinisher1 False/Not installed: ""
  64. *CloseUI: *OptionFinisher1
  65.  
  66. *OpenUI *OptionFaceUpTray/Face-Up: Boolean
  67. *DefaultOptionFaceUpTray: False
  68. *OptionFaceUpTray True/Installed: ""
  69. *OptionFaceUpTray False/Not installed: ""
  70. *CloseUI: *OptionFaceUpTray
  71.  
  72.  
  73. *%
  74. *OpenUI *InstalledMemory/Memory: PickOne
  75. *DefaultInstalledMemory: 8Meg
  76. *InstalledMemory 8Meg/8 MB: ""
  77. *InstalledMemory 12Meg/12 MB: ""
  78. *InstalledMemory 16Meg/16 MB: ""
  79. *InstalledMemory 20Meg/20 MB: ""
  80. *InstalledMemory 24Meg/24 MB: ""
  81. *InstalledMemory 28Meg/28 MB: ""
  82. *InstalledMemory 32Meg/32 MB: ""
  83. *InstalledMemory 36Meg/36 MB: ""
  84. *InstalledMemory 40Meg/40 MB: ""
  85. *InstalledMemory 44Meg/44 MB: ""
  86. *InstalledMemory 48Meg/48 MB: ""
  87. *InstalledMemory 52Meg/52 MB: ""
  88. *InstalledMemory 64Meg/64 MB: ""
  89. *InstalledMemory 68Meg/68 MB: ""
  90.  
  91. *?InstalledMemory: "save
  92.  currentsystemparams /RamSize get
  93.  1048576 div round cvi dup 0 lt {pop 0} if
  94.  [
  95.   [(68Meg) 68]
  96.   [(64Meg) 64]
  97.   [(52Meg) 52]
  98.   [(44Meg) 44]
  99.   [(48Meg) 48]
  100.   [(40Meg) 40]
  101.   [(36Meg) 36]
  102.   [(32Meg) 32]
  103.   [(28Meg) 28]
  104.   [(24Meg) 24]
  105.   [(20Meg) 20]
  106.   [(16Meg) 16]
  107.   [(12Meg) 12]
  108.   [(8Meg)   8]
  109.  ]
  110.  {aload pop 2 index le {exit}{pop} ifelse} forall
  111.  = flush pop
  112. restore"
  113. *End
  114. *CloseUI: *InstalledMemory
  115.  
  116. *CloseGroup: InstallableOptions
  117.  
  118.  
  119.  
  120. *% ==== Duplexing can't be selected if Duplexer not installed
  121.  
  122. *UIConstraints: *OptionDuplexUnit False *Duplex
  123. *UIConstraints: *Duplex *OptionDuplexUnit False
  124.  
  125.  
  126. *% ==== Cant have OptionFinisher1 if OptionHCF not installed
  127. *%
  128.  
  129. *UIConstraints: *OptionFinisher1 True   *OptionHCF False
  130. *UIConstraints: *OptionHCF False        *OptionFinisher1 True
  131.  
  132.  
  133. *% ==== Input trays 3/4/5 can't be selected if HCF is not installed
  134. *%
  135.  
  136. *UIConstraints: *OptionHCF False        *InputSlot Tray3
  137. *UIConstraints: *OptionHCF False        *InputSlot Tray4
  138. *UIConstraints: *OptionHCF False        *InputSlot Tray5
  139.  
  140. *UIConstraints: *InputSlot Tray3        *OptionHCF False
  141. *UIConstraints: *InputSlot Tray4        *OptionHCF False
  142. *UIConstraints: *InputSlot Tray5        *OptionHCF False
  143.  
  144.  
  145. *% ==== Input Envelope tray can't be selected if Envelope feeder
  146. *% ==== not installed
  147. *%
  148.  
  149. *UIConstraints: *OptionEnvelope1 False  *InputSlot Envelope
  150.  
  151. *UIConstraints: *InputSlot Envelope     *OptionEnvelope1 False
  152.  
  153.  
  154. *% ==== Input multi-purpose tray can't be selected if Envelope feeder
  155. *% ==== is installed
  156. *%
  157.  
  158. *UIConstraints: *OptionEnvelope1 True   *InputSlot MPT
  159.  
  160. *UIConstraints: *InputSlot MPT          *OptionEnvelope1 True
  161.  
  162.  
  163. *% ==== Face up cant be selected if option not installed ====
  164. *%
  165.  
  166. *UIConstraints: *OptionFaceUpTray False *OutputBin Face-Up
  167. *UIConstraints: *OutputBin Face-Up      *OptionFaceUpTray False
  168.  
  169.  
  170. *% If Finisher not installed, can't staple.
  171. *%
  172.  
  173. *UIConstraints: *OptionFinisher1 False  *IBStaple
  174. *UIConstraints: *IBStaple               *OptionFinisher1 False
  175.  
  176.  
  177. *% Can only staple if finisher tray is selected.
  178. *%
  179. *UIConstraints: *IBStaple               *OutputBin Main
  180. *UIConstraints: *OutputBin Main         *IBStaple
  181. *UIConstraints: *IBStaple               *OutputBin Face-Up
  182. *UIConstraints: *OutputBin Face-Up      *IBStaple
  183.  
  184.  
  185. *% Can not staple hagaki, or any envelope
  186. *%
  187. *UIConstraints: *IBStaple *PageSize Hagaki
  188. *UIConstraints: *IBStaple *PageSize Env10
  189. *UIConstraints: *IBStaple *PageSize EnvC5
  190. *UIConstraints: *IBStaple *PageSize EnvDL
  191. *UIConstraints: *IBStaple *PageSize EnvMonarch
  192. *UIConstraints: *IBStaple *PageSize HagakiEdge
  193. *UIConstraints: *IBStaple *PageSize Env10Edge
  194. *UIConstraints: *IBStaple *PageSize EnvC5Edge
  195. *UIConstraints: *IBStaple *PageSize EnvDLEdge
  196. *UIConstraints: *IBStaple *PageSize EnvMonarchEdge
  197. *UIConstraints: *IBStaple *PageSize EnvUniversal
  198. *UIConstraints: *IBStaple *PageSize EnvUniversalEdge
  199.  
  200. *UIConstraints: *PageSize Hagaki         *IBStaple
  201. *UIConstraints: *PageSize Env10          *IBStaple
  202. *UIConstraints: *PageSize EnvC5          *IBStaple
  203. *UIConstraints: *PageSize EnvDL          *IBStaple
  204. *UIConstraints: *PageSize EnvMonarch     *IBStaple
  205. *UIConstraints: *PageSize HagakiEdge     *IBStaple
  206. *UIConstraints: *PageSize Env10Edge      *IBStaple
  207. *UIConstraints: *PageSize EnvC5Edge      *IBStaple
  208. *UIConstraints: *PageSize EnvDLEdge      *IBStaple
  209. *UIConstraints: *PageSize EnvMonarchEdge *IBStaple
  210. *UIConstraints: *PageSize EnvUniversal   *IBStaple
  211. *UIConstraints: *PageSize EnvUniversalEdge *IBStaple
  212.  
  213. *UIConstraints: *IBStaple *PageRegion Hagaki
  214. *UIConstraints: *IBStaple *PageRegion Env10
  215. *UIConstraints: *IBStaple *PageRegion EnvC5
  216. *UIConstraints: *IBStaple *PageRegion EnvDL
  217. *UIConstraints: *IBStaple *PageRegion EnvMonarch
  218. *UIConstraints: *IBStaple *PageRegion HagakiEdge
  219. *UIConstraints: *IBStaple *PageRegion Env10Edge
  220. *UIConstraints: *IBStaple *PageRegion EnvC5Edge
  221. *UIConstraints: *IBStaple *PageRegion EnvDLEdge
  222. *UIConstraints: *IBStaple *PageRegion EnvMonarchEdge
  223. *UIConstraints: *IBStaple *PageRegion EnvUniversal
  224. *UIConstraints: *IBStaple *PageRegion EnvUniversalEdge
  225.  
  226. *UIConstraints: *PageRegion Hagaki         *IBStaple
  227. *UIConstraints: *PageRegion Env10          *IBStaple
  228. *UIConstraints: *PageRegion EnvC5          *IBStaple
  229. *UIConstraints: *PageRegion EnvDL          *IBStaple
  230. *UIConstraints: *PageRegion EnvMonarch     *IBStaple
  231. *UIConstraints: *PageRegion HagakiEdge     *IBStaple
  232. *UIConstraints: *PageRegion Env10Edge      *IBStaple
  233. *UIConstraints: *PageRegion EnvC5Edge      *IBStaple
  234. *UIConstraints: *PageRegion EnvDLEdge      *IBStaple
  235. *UIConstraints: *PageRegion EnvMonarchEdge *IBStaple
  236. *UIConstraints: *PageRegion EnvUniversal   *IBStaple
  237. *UIConstraints: *PageRegion EnvUniversalEdge *IBStaple
  238.  
  239.  
  240. *% Can't jog and staple at the same time.
  241. *%
  242. *UIConstraints: *Jog      *IBStaple
  243. *UIConstraints: *IBStaple *Jog
  244.  
  245.  
  246. *% If Finisher not installed, finisher trays unavailable.
  247. *%
  248. *UIConstraints: *OptionFinisher1 False *OutputBin BinUpperFD
  249. *UIConstraints: *OptionFinisher1 False *OutputBin BinMiddleFD
  250. *UIConstraints: *OptionFinisher1 False *OutputBin BinLowerFD
  251. *UIConstraints: *OptionFinisher1 False *OutputBin BinContinue
  252.  
  253. *UIConstraints: *OutputBin BinUpperFD  *OptionFinisher1 False
  254. *UIConstraints: *OutputBin BinMiddleFD *OptionFinisher1 False
  255. *UIConstraints: *OutputBin BinLowerFD  *OptionFinisher1 False
  256. *UIConstraints: *OutputBin BinContinue *OptionFinisher1 False
  257.  
  258.  
  259. *% can't pick any non-envelope size from aux tray.
  260. *%
  261. *UIConstraints: *PageSize EnvUniversal   *InputSlot MPT
  262. *UIConstraints: *PageSize EnvUniversalEdge *InputSlot MPT
  263. *UIConstraints: *InputSlot MPT  *PageSize EnvUniversal
  264. *UIConstraints: *InputSlot MPT  *PageSize EnvUniversalEdge
  265.  
  266. *UIConstraints: *PageRegion EnvUniversal   *InputSlot MPT
  267. *UIConstraints: *PageRegion EnvUniversalEdge *InputSlot MPT
  268. *UIConstraints: *InputSlot MPT  *PageRegion EnvUniversal
  269. *UIConstraints: *InputSlot MPT  *PageRegion EnvUniversalEdge
  270.  
  271.  
  272. *% can't pick any non-envelope size from env feeder.
  273. *%
  274. *UIConstraints: *PageSize Letter                 *InputSlot Envelope
  275. *UIConstraints: *PageSize LetterEdge             *InputSlot Envelope
  276. *UIConstraints: *PageSize Legal                  *InputSlot Envelope
  277. *UIConstraints: *PageSize LegalEdge              *InputSlot Envelope
  278. *UIConstraints: *PageSize FanFoldGermanLegal     *InputSlot Envelope
  279. *UIConstraints: *PageSize FanFoldGermanLegalEdge *InputSlot Envelope
  280. *UIConstraints: *PageSize Tabloid                *InputSlot Envelope
  281. *UIConstraints: *PageSize TabloidEdge            *InputSlot Envelope
  282. *UIConstraints: *PageSize A4                     *InputSlot Envelope
  283. *UIConstraints: *PageSize A4Edge                 *InputSlot Envelope
  284. *UIConstraints: *PageSize B4                     *InputSlot Envelope
  285. *UIConstraints: *PageSize B4Edge                 *InputSlot Envelope
  286. *UIConstraints: *PageSize B5                     *InputSlot Envelope
  287. *UIConstraints: *PageSize B5Edge                 *InputSlot Envelope
  288. *UIConstraints: *PageSize A5                     *InputSlot Envelope
  289. *UIConstraints: *PageSize A5Edge                 *InputSlot Envelope
  290. *UIConstraints: *PageSize A3                     *InputSlot Envelope
  291. *UIConstraints: *PageSize A3Edge                 *InputSlot Envelope
  292. *UIConstraints: *PageSize Executive              *InputSlot Envelope
  293. *UIConstraints: *PageSize ExecutiveEdge          *InputSlot Envelope
  294. *UIConstraints: *PageSize Statement              *InputSlot Envelope
  295. *UIConstraints: *PageSize StatementEdge          *InputSlot Envelope
  296. *UIConstraints: *PageSize Hagaki                 *InputSlot Envelope
  297. *UIConstraints: *PageSize HagakiEdge             *InputSlot Envelope
  298. *UIConstraints: *PageSize Universal              *InputSlot Envelope
  299. *UIConstraints: *PageSize UniversalEdge          *InputSlot Envelope
  300.  
  301. *UIConstraints: *InputSlot Envelope *PageSize Letter
  302. *UIConstraints: *InputSlot Envelope *PageSize LetterEdge
  303. *UIConstraints: *InputSlot Envelope *PageSize Legal
  304. *UIConstraints: *InputSlot Envelope *PageSize LegalEdge
  305. *UIConstraints: *InputSlot Envelope *PageSize FanFoldGermanLegal
  306. *UIConstraints: *InputSlot Envelope *PageSize FanFoldGermanLegalEdge
  307. *UIConstraints: *InputSlot Envelope *PageSize Tabloid
  308. *UIConstraints: *InputSlot Envelope *PageSize TabloidEdge
  309. *UIConstraints: *InputSlot Envelope *PageSize A4
  310. *UIConstraints: *InputSlot Envelope *PageSize A4Edge
  311. *UIConstraints: *InputSlot Envelope *PageSize B4
  312. *UIConstraints: *InputSlot Envelope *PageSize B4Edge
  313. *UIConstraints: *InputSlot Envelope *PageSize B5
  314. *UIConstraints: *InputSlot Envelope *PageSize B5Edge
  315. *UIConstraints: *InputSlot Envelope *PageSize A5
  316. *UIConstraints: *InputSlot Envelope *PageSize A5Edge
  317. *UIConstraints: *InputSlot Envelope *PageSize A3
  318. *UIConstraints: *InputSlot Envelope *PageSize A3Edge
  319. *UIConstraints: *InputSlot Envelope *PageSize Executive
  320. *UIConstraints: *InputSlot Envelope *PageSize ExecutiveEdge
  321. *UIConstraints: *InputSlot Envelope *PageSize Statement
  322. *UIConstraints: *InputSlot Envelope *PageSize StatementEdge
  323. *UIConstraints: *InputSlot Envelope *PageSize Hagaki
  324. *UIConstraints: *InputSlot Envelope *PageSize HagakiEdge
  325. *UIConstraints: *InputSlot Envelope *PageSize Universal
  326. *UIConstraints: *InputSlot Envelope *PageSize UniversalEdge
  327.  
  328. *UIConstraints: *PageRegion Letter                 *InputSlot Envelope
  329. *UIConstraints: *PageRegion LetterEdge             *InputSlot Envelope
  330. *UIConstraints: *PageRegion Legal                  *InputSlot Envelope
  331. *UIConstraints: *PageRegion LegalEdge              *InputSlot Envelope
  332. *UIConstraints: *PageRegion FanFoldGermanLegal     *InputSlot Envelope
  333. *UIConstraints: *PageRegion FanFoldGermanLegalEdge *InputSlot Envelope
  334. *UIConstraints: *PageRegion Tabloid                *InputSlot Envelope
  335. *UIConstraints: *PageRegion TabloidEdge            *InputSlot Envelope
  336. *UIConstraints: *PageRegion A4                     *InputSlot Envelope
  337. *UIConstraints: *PageRegion A4Edge                 *InputSlot Envelope
  338. *UIConstraints: *PageRegion B4                     *InputSlot Envelope
  339. *UIConstraints: *PageRegion B4Edge                 *InputSlot Envelope
  340. *UIConstraints: *PageRegion B5                     *InputSlot Envelope
  341. *UIConstraints: *PageRegion B5Edge                 *InputSlot Envelope
  342. *UIConstraints: *PageRegion A5                     *InputSlot Envelope
  343. *UIConstraints: *PageRegion A5Edge                 *InputSlot Envelope
  344. *UIConstraints: *PageRegion A3                     *InputSlot Envelope
  345. *UIConstraints: *PageRegion A3Edge                 *InputSlot Envelope
  346. *UIConstraints: *PageRegion Executive              *InputSlot Envelope
  347. *UIConstraints: *PageRegion ExecutiveEdge          *InputSlot Envelope
  348. *UIConstraints: *PageRegion Statement              *InputSlot Envelope
  349. *UIConstraints: *PageRegion StatementEdge          *InputSlot Envelope
  350. *UIConstraints: *PageRegion Hagaki                 *InputSlot Envelope
  351. *UIConstraints: *PageRegion HagakiEdge             *InputSlot Envelope
  352. *UIConstraints: *PageRegion Universal              *InputSlot Envelope
  353. *UIConstraints: *PageRegion UniversalEdge          *InputSlot Envelope
  354.  
  355. *UIConstraints: *InputSlot Envelope *PageRegion Letter
  356. *UIConstraints: *InputSlot Envelope *PageRegion LetterEdge
  357. *UIConstraints: *InputSlot Envelope *PageRegion Legal
  358. *UIConstraints: *InputSlot Envelope *PageRegion LegalEdge
  359. *UIConstraints: *InputSlot Envelope *PageRegion FanFoldGermanLegal
  360. *UIConstraints: *InputSlot Envelope *PageRegion FanFoldGermanLegalEdge
  361. *UIConstraints: *InputSlot Envelope *PageRegion Tabloid
  362. *UIConstraints: *InputSlot Envelope *PageRegion TabloidEdge
  363. *UIConstraints: *InputSlot Envelope *PageRegion A4
  364. *UIConstraints: *InputSlot Envelope *PageRegion A4Edge
  365. *UIConstraints: *InputSlot Envelope *PageRegion B4
  366. *UIConstraints: *InputSlot Envelope *PageRegion B4Edge
  367. *UIConstraints: *InputSlot Envelope *PageRegion B5
  368. *UIConstraints: *InputSlot Envelope *PageRegion B5Edge
  369. *UIConstraints: *InputSlot Envelope *PageRegion A5
  370. *UIConstraints: *InputSlot Envelope *PageRegion A5Edge
  371. *UIConstraints: *InputSlot Envelope *PageRegion A3
  372. *UIConstraints: *InputSlot Envelope *PageRegion A3Edge
  373. *UIConstraints: *InputSlot Envelope *PageRegion Executive
  374. *UIConstraints: *InputSlot Envelope *PageRegion ExecutiveEdge
  375. *UIConstraints: *InputSlot Envelope *PageRegion Statement
  376. *UIConstraints: *InputSlot Envelope *PageRegion StatementEdge
  377. *UIConstraints: *InputSlot Envelope *PageRegion Hagaki
  378. *UIConstraints: *InputSlot Envelope *PageRegion HagakiEdge
  379. *UIConstraints: *InputSlot Envelope *PageRegion Universal
  380. *UIConstraints: *InputSlot Envelope *PageRegion UniversalEdge
  381.  
  382.  
  383. *% can't pick some sizes from Tray 1.
  384. *%
  385. *UIConstraints: *PageSize Hagaki         *InputSlot Tray1
  386. *UIConstraints: *PageSize HagakiEdge     *InputSlot Tray1
  387. *UIConstraints: *PageSize EnvMonarch     *InputSlot Tray1
  388. *UIConstraints: *PageSize EnvMonarchEdge *InputSlot Tray1
  389. *UIConstraints: *PageSize Env10          *InputSlot Tray1
  390. *UIConstraints: *PageSize Env10Edge      *InputSlot Tray1
  391. *UIConstraints: *PageSize EnvC5          *InputSlot Tray1
  392. *UIConstraints: *PageSize EnvC5Edge      *InputSlot Tray1
  393. *UIConstraints: *PageSize EnvDL          *InputSlot Tray1
  394. *UIConstraints: *PageSize EnvDLEdge      *InputSlot Tray1
  395. *UIConstraints: *PageSize Universal      *InputSlot Tray1
  396. *UIConstraints: *PageSize UniversalEdge  *InputSlot Tray1
  397. *UIConstraints: *PageSize EnvUniversal   *InputSlot Tray1
  398. *UIConstraints: *PageSize EnvUniversalEdge *InputSlot Tray1
  399.  
  400. *UIConstraints: *InputSlot Tray1  *PageSize Hagaki
  401. *UIConstraints: *InputSlot Tray1  *PageSize HagakiEdge
  402. *UIConstraints: *InputSlot Tray1  *PageSize EnvMonarch
  403. *UIConstraints: *InputSlot Tray1  *PageSize EnvMonarchEdge
  404. *UIConstraints: *InputSlot Tray1  *PageSize Env10
  405. *UIConstraints: *InputSlot Tray1  *PageSize Env10Edge
  406. *UIConstraints: *InputSlot Tray1  *PageSize EnvC5
  407. *UIConstraints: *InputSlot Tray1  *PageSize EnvC5Edge
  408. *UIConstraints: *InputSlot Tray1  *PageSize EnvDL
  409. *UIConstraints: *InputSlot Tray1  *PageSize EnvDLEdge
  410. *UIConstraints: *InputSlot Tray1  *PageSize Universal
  411. *UIConstraints: *InputSlot Tray1  *PageSize UniversalEdge
  412. *UIConstraints: *InputSlot Tray1  *PageSize EnvUniversal
  413. *UIConstraints: *InputSlot Tray1  *PageSize EnvUniversalEdge
  414.  
  415. *UIConstraints: *PageRegion Hagaki         *InputSlot Tray1
  416. *UIConstraints: *PageRegion HagakiEdge     *InputSlot Tray1
  417. *UIConstraints: *PageRegion EnvMonarch     *InputSlot Tray1
  418. *UIConstraints: *PageRegion EnvMonarchEdge *InputSlot Tray1
  419. *UIConstraints: *PageRegion Env10          *InputSlot Tray1
  420. *UIConstraints: *PageRegion Env10Edge      *InputSlot Tray1
  421. *UIConstraints: *PageRegion EnvC5          *InputSlot Tray1
  422. *UIConstraints: *PageRegion EnvC5Edge      *InputSlot Tray1
  423. *UIConstraints: *PageRegion EnvDL          *InputSlot Tray1
  424. *UIConstraints: *PageRegion EnvDLEdge      *InputSlot Tray1
  425. *UIConstraints: *PageRegion Universal      *InputSlot Tray1
  426. *UIConstraints: *PageRegion UniversalEdge  *InputSlot Tray1
  427. *UIConstraints: *PageRegion EnvUniversal   *InputSlot Tray1
  428. *UIConstraints: *PageRegion EnvUniversalEdge *InputSlot Tray1
  429.  
  430. *UIConstraints: *InputSlot Tray1  *PageRegion Hagaki
  431. *UIConstraints: *InputSlot Tray1  *PageRegion HagakiEdge
  432. *UIConstraints: *InputSlot Tray1  *PageRegion EnvMonarch
  433. *UIConstraints: *InputSlot Tray1  *PageRegion EnvMonarchEdge
  434. *UIConstraints: *InputSlot Tray1  *PageRegion Env10
  435. *UIConstraints: *InputSlot Tray1  *PageRegion Env10Edge
  436. *UIConstraints: *InputSlot Tray1  *PageRegion EnvC5
  437. *UIConstraints: *InputSlot Tray1  *PageRegion EnvC5Edge
  438. *UIConstraints: *InputSlot Tray1  *PageRegion EnvDL
  439. *UIConstraints: *InputSlot Tray1  *PageRegion EnvDLEdge
  440. *UIConstraints: *InputSlot Tray1  *PageRegion Universal
  441. *UIConstraints: *InputSlot Tray1  *PageRegion UniversalEdge
  442. *UIConstraints: *InputSlot Tray1  *PageRegion EnvUniversal
  443. *UIConstraints: *InputSlot Tray1  *PageRegion EnvUniversalEdge
  444.  
  445.  
  446. *% can't pick some sizes from Tray 2.
  447. *%
  448. *UIConstraints: *PageSize A5             *InputSlot Tray2
  449. *UIConstraints: *PageSize A5Edge         *InputSlot Tray2
  450. *UIConstraints: *PageSize Statement      *InputSlot Tray2
  451. *UIConstraints: *PageSize StatementEdge  *InputSlot Tray2
  452. *UIConstraints: *PageSize Hagaki         *InputSlot Tray2
  453. *UIConstraints: *PageSize HagakiEdge     *InputSlot Tray2
  454. *UIConstraints: *PageSize EnvMonarch     *InputSlot Tray2
  455. *UIConstraints: *PageSize EnvMonarchEdge *InputSlot Tray2
  456. *UIConstraints: *PageSize Env10          *InputSlot Tray2
  457. *UIConstraints: *PageSize Env10Edge      *InputSlot Tray2
  458. *UIConstraints: *PageSize EnvC5          *InputSlot Tray2
  459. *UIConstraints: *PageSize EnvC5Edge      *InputSlot Tray2
  460. *UIConstraints: *PageSize EnvDL          *InputSlot Tray2
  461. *UIConstraints: *PageSize EnvDLEdge      *InputSlot Tray2
  462. *UIConstraints: *PageSize Universal      *InputSlot Tray2
  463. *UIConstraints: *PageSize UniversalEdge  *InputSlot Tray2
  464. *UIConstraints: *PageSize EnvUniversal   *InputSlot Tray2
  465. *UIConstraints: *PageSize EnvUniversalEdge *InputSlot Tray2
  466.  
  467. *UIConstraints: *InputSlot Tray2  *PageSize A5
  468. *UIConstraints: *InputSlot Tray2  *PageSize A5Edge
  469. *UIConstraints: *InputSlot Tray2  *PageSize Statement
  470. *UIConstraints: *InputSlot Tray2  *PageSize StatementEdge
  471. *UIConstraints: *InputSlot Tray2  *PageSize Hagaki
  472. *UIConstraints: *InputSlot Tray2  *PageSize HagakiEdge
  473. *UIConstraints: *InputSlot Tray2  *PageSize EnvMonarch
  474. *UIConstraints: *InputSlot Tray2  *PageSize EnvMonarchEdge
  475. *UIConstraints: *InputSlot Tray2  *PageSize Env10
  476. *UIConstraints: *InputSlot Tray2  *PageSize Env10Edge
  477. *UIConstraints: *InputSlot Tray2  *PageSize EnvC5
  478. *UIConstraints: *InputSlot Tray2  *PageSize EnvC5Edge
  479. *UIConstraints: *InputSlot Tray2  *PageSize EnvDL
  480. *UIConstraints: *InputSlot Tray2  *PageSize EnvDLEdge
  481. *UIConstraints: *InputSlot Tray2  *PageSize Universal
  482. *UIConstraints: *InputSlot Tray2  *PageSize UniversalEdge
  483. *UIConstraints: *InputSlot Tray2  *PageSize EnvUniversal
  484. *UIConstraints: *InputSlot Tray2  *PageSize EnvUniversalEdge
  485.  
  486. *UIConstraints: *PageRegion A5             *InputSlot Tray2
  487. *UIConstraints: *PageRegion A5Edge         *InputSlot Tray2
  488. *UIConstraints: *PageRegion Statement      *InputSlot Tray2
  489. *UIConstraints: *PageRegion StatementEdge  *InputSlot Tray2
  490. *UIConstraints: *PageRegion Hagaki         *InputSlot Tray2
  491. *UIConstraints: *PageRegion HagakiEdge     *InputSlot Tray2
  492. *UIConstraints: *PageRegion EnvMonarch     *InputSlot Tray2
  493. *UIConstraints: *PageRegion EnvMonarchEdge *InputSlot Tray2
  494. *UIConstraints: *PageRegion Env10          *InputSlot Tray2
  495. *UIConstraints: *PageRegion Env10Edge      *InputSlot Tray2
  496. *UIConstraints: *PageRegion EnvC5          *InputSlot Tray2
  497. *UIConstraints: *PageRegion EnvC5Edge      *InputSlot Tray2
  498. *UIConstraints: *PageRegion EnvDL          *InputSlot Tray2
  499. *UIConstraints: *PageRegion EnvDLEdge      *InputSlot Tray2
  500. *UIConstraints: *PageRegion Universal      *InputSlot Tray2
  501. *UIConstraints: *PageRegion UniversalEdge  *InputSlot Tray2
  502. *UIConstraints: *PageRegion EnvUniversal   *InputSlot Tray2
  503. *UIConstraints: *PageRegion EnvUniversalEdge *InputSlot Tray2
  504.  
  505. *UIConstraints: *InputSlot Tray2  *PageRegion A5
  506. *UIConstraints: *InputSlot Tray2  *PageRegion A5Edge
  507. *UIConstraints: *InputSlot Tray2  *PageRegion Statement
  508. *UIConstraints: *InputSlot Tray2  *PageRegion StatementEdge
  509. *UIConstraints: *InputSlot Tray2  *PageRegion Hagaki
  510. *UIConstraints: *InputSlot Tray2  *PageRegion HagakiEdge
  511. *UIConstraints: *InputSlot Tray2  *PageRegion EnvMonarch
  512. *UIConstraints: *InputSlot Tray2  *PageRegion EnvMonarchEdge
  513. *UIConstraints: *InputSlot Tray2  *PageRegion Env10
  514. *UIConstraints: *InputSlot Tray2  *PageRegion Env10Edge
  515. *UIConstraints: *InputSlot Tray2  *PageRegion EnvC5
  516. *UIConstraints: *InputSlot Tray2  *PageRegion EnvC5Edge
  517. *UIConstraints: *InputSlot Tray2  *PageRegion EnvDL
  518. *UIConstraints: *InputSlot Tray2  *PageRegion EnvDLEdge
  519. *UIConstraints: *InputSlot Tray2  *PageRegion Universal
  520. *UIConstraints: *InputSlot Tray2  *PageRegion UniversalEdge
  521. *UIConstraints: *InputSlot Tray2  *PageRegion EnvUniversal
  522. *UIConstraints: *InputSlot Tray2  *PageRegion EnvUniversalEdge
  523.  
  524.  
  525. *% can't pick some sizes from Tray 3.
  526. *%
  527. *UIConstraints: *PageSize A5             *InputSlot Tray3
  528. *UIConstraints: *PageSize A5Edge         *InputSlot Tray3
  529. *UIConstraints: *PageSize Statement      *InputSlot Tray3
  530. *UIConstraints: *PageSize StatementEdge  *InputSlot Tray3
  531. *UIConstraints: *PageSize Hagaki         *InputSlot Tray3
  532. *UIConstraints: *PageSize HagakiEdge     *InputSlot Tray3
  533. *UIConstraints: *PageSize EnvMonarch     *InputSlot Tray3
  534. *UIConstraints: *PageSize EnvMonarchEdge *InputSlot Tray3
  535. *UIConstraints: *PageSize Env10          *InputSlot Tray3
  536. *UIConstraints: *PageSize Env10Edge      *InputSlot Tray3
  537. *UIConstraints: *PageSize EnvC5          *InputSlot Tray3
  538. *UIConstraints: *PageSize EnvC5Edge      *InputSlot Tray3
  539. *UIConstraints: *PageSize EnvDL          *InputSlot Tray3
  540. *UIConstraints: *PageSize EnvDLEdge      *InputSlot Tray3
  541. *UIConstraints: *PageSize Universal      *InputSlot Tray3
  542. *UIConstraints: *PageSize UniversalEdge  *InputSlot Tray3
  543. *UIConstraints: *PageSize EnvUniversal   *InputSlot Tray3
  544. *UIConstraints: *PageSize EnvUniversalEdge *InputSlot Tray3
  545.  
  546. *UIConstraints: *InputSlot Tray3  *PageSize A5
  547. *UIConstraints: *InputSlot Tray3  *PageSize A5Edge
  548. *UIConstraints: *InputSlot Tray3  *PageSize Statement
  549. *UIConstraints: *InputSlot Tray3  *PageSize StatementEdge
  550. *UIConstraints: *InputSlot Tray3  *PageSize Hagaki
  551. *UIConstraints: *InputSlot Tray3  *PageSize HagakiEdge
  552. *UIConstraints: *InputSlot Tray3  *PageSize EnvMonarch
  553. *UIConstraints: *InputSlot Tray3  *PageSize EnvMonarchEdge
  554. *UIConstraints: *InputSlot Tray3  *PageSize Env10
  555. *UIConstraints: *InputSlot Tray3  *PageSize Env10Edge
  556. *UIConstraints: *InputSlot Tray3  *PageSize EnvC5
  557. *UIConstraints: *InputSlot Tray3  *PageSize EnvC5Edge
  558. *UIConstraints: *InputSlot Tray3  *PageSize EnvDL
  559. *UIConstraints: *InputSlot Tray3  *PageSize EnvDLEdge
  560. *UIConstraints: *InputSlot Tray3  *PageSize Universal
  561. *UIConstraints: *InputSlot Tray3  *PageSize UniversalEdge
  562. *UIConstraints: *InputSlot Tray3  *PageSize EnvUniversal
  563. *UIConstraints: *InputSlot Tray3  *PageSize EnvUniversalEdge
  564.  
  565. *UIConstraints: *PageRegion A5             *InputSlot Tray3
  566. *UIConstraints: *PageRegion A5Edge         *InputSlot Tray3
  567. *UIConstraints: *PageRegion Statement      *InputSlot Tray3
  568. *UIConstraints: *PageRegion StatementEdge  *InputSlot Tray3
  569. *UIConstraints: *PageRegion Hagaki         *InputSlot Tray3
  570. *UIConstraints: *PageRegion HagakiEdge     *InputSlot Tray3
  571. *UIConstraints: *PageRegion EnvMonarch     *InputSlot Tray3
  572. *UIConstraints: *PageRegion EnvMonarchEdge *InputSlot Tray3
  573. *UIConstraints: *PageRegion Env10          *InputSlot Tray3
  574. *UIConstraints: *PageRegion Env10Edge      *InputSlot Tray3
  575. *UIConstraints: *PageRegion EnvC5          *InputSlot Tray3
  576. *UIConstraints: *PageRegion EnvC5Edge      *InputSlot Tray3
  577. *UIConstraints: *PageRegion EnvDL          *InputSlot Tray3
  578. *UIConstraints: *PageRegion EnvDLEdge      *InputSlot Tray3
  579. *UIConstraints: *PageRegion Universal      *InputSlot Tray3
  580. *UIConstraints: *PageRegion UniversalEdge  *InputSlot Tray3
  581. *UIConstraints: *PageRegion EnvUniversal   *InputSlot Tray3
  582. *UIConstraints: *PageRegion EnvUniversalEdge *InputSlot Tray3
  583.  
  584. *UIConstraints: *InputSlot Tray3  *PageRegion A5
  585. *UIConstraints: *InputSlot Tray3  *PageRegion A5Edge
  586. *UIConstraints: *InputSlot Tray3  *PageRegion Statement
  587. *UIConstraints: *InputSlot Tray3  *PageRegion StatementEdge
  588. *UIConstraints: *InputSlot Tray3  *PageRegion Hagaki
  589. *UIConstraints: *InputSlot Tray3  *PageRegion HagakiEdge
  590. *UIConstraints: *InputSlot Tray3  *PageRegion EnvMonarch
  591. *UIConstraints: *InputSlot Tray3  *PageRegion EnvMonarchEdge
  592. *UIConstraints: *InputSlot Tray3  *PageRegion Env10
  593. *UIConstraints: *InputSlot Tray3  *PageRegion Env10Edge
  594. *UIConstraints: *InputSlot Tray3  *PageRegion EnvC5
  595. *UIConstraints: *InputSlot Tray3  *PageRegion EnvC5Edge
  596. *UIConstraints: *InputSlot Tray3  *PageRegion EnvDL
  597. *UIConstraints: *InputSlot Tray3  *PageRegion EnvDLEdge
  598. *UIConstraints: *InputSlot Tray3  *PageRegion Universal
  599. *UIConstraints: *InputSlot Tray3  *PageRegion UniversalEdge
  600. *UIConstraints: *InputSlot Tray3  *PageRegion EnvUniversal
  601. *UIConstraints: *InputSlot Tray3  *PageRegion EnvUniversalEdge
  602.  
  603.  
  604. *% can't pick some sizes from Tray 4.
  605. *%
  606. *UIConstraints: *PageSize Legal                  *InputSlot Tray4
  607. *UIConstraints: *PageSize LegalEdge              *InputSlot Tray4
  608. *UIConstraints: *PageSize FanFoldGermanLegal     *InputSlot Tray4
  609. *UIConstraints: *PageSize FanFoldGermanLegalEdge *InputSlot Tray4
  610. *UIConstraints: *PageSize Tabloid                *InputSlot Tray4
  611. *UIConstraints: *PageSize TabloidEdge            *InputSlot Tray4
  612. *UIConstraints: *PageSize B4                     *InputSlot Tray4
  613. *UIConstraints: *PageSize B4Edge                 *InputSlot Tray4
  614. *UIConstraints: *PageSize A3                     *InputSlot Tray4
  615. *UIConstraints: *PageSize A3Edge                 *InputSlot Tray4
  616. *UIConstraints: *PageSize A5                     *InputSlot Tray4
  617. *UIConstraints: *PageSize A5Edge                 *InputSlot Tray4
  618. *UIConstraints: *PageSize Statement              *InputSlot Tray4
  619. *UIConstraints: *PageSize StatementEdge          *InputSlot Tray4
  620. *UIConstraints: *PageSize Hagaki                 *InputSlot Tray4
  621. *UIConstraints: *PageSize HagakiEdge             *InputSlot Tray4
  622. *UIConstraints: *PageSize EnvMonarch             *InputSlot Tray4
  623. *UIConstraints: *PageSize EnvMonarchEdge         *InputSlot Tray4
  624. *UIConstraints: *PageSize Env10                  *InputSlot Tray4
  625. *UIConstraints: *PageSize Env10Edge              *InputSlot Tray4
  626. *UIConstraints: *PageSize EnvC5                  *InputSlot Tray4
  627. *UIConstraints: *PageSize EnvC5Edge              *InputSlot Tray4
  628. *UIConstraints: *PageSize EnvDL                  *InputSlot Tray4
  629. *UIConstraints: *PageSize EnvDLEdge              *InputSlot Tray4
  630. *UIConstraints: *PageSize Universal              *InputSlot Tray4
  631. *UIConstraints: *PageSize UniversalEdge          *InputSlot Tray4
  632. *UIConstraints: *PageSize EnvUniversal           *InputSlot Tray4
  633. *UIConstraints: *PageSize EnvUniversalEdge       *InputSlot Tray4
  634.  
  635. *UIConstraints: *InputSlot Tray4  *PageSize Legal
  636. *UIConstraints: *InputSlot Tray4  *PageSize LegalEdge
  637. *UIConstraints: *InputSlot Tray4  *PageSize FanFoldGermanLegal
  638. *UIConstraints: *InputSlot Tray4  *PageSize FanFoldGermanLegalEdge
  639. *UIConstraints: *InputSlot Tray4  *PageSize Tabloid
  640. *UIConstraints: *InputSlot Tray4  *PageSize TabloidEdge
  641. *UIConstraints: *InputSlot Tray4  *PageSize B4
  642. *UIConstraints: *InputSlot Tray4  *PageSize B4Edge
  643. *UIConstraints: *InputSlot Tray4  *PageSize A3
  644. *UIConstraints: *InputSlot Tray4  *PageSize A3Edge
  645. *UIConstraints: *InputSlot Tray4  *PageSize A5
  646. *UIConstraints: *InputSlot Tray4  *PageSize A5Edge
  647. *UIConstraints: *InputSlot Tray4  *PageSize Statement
  648. *UIConstraints: *InputSlot Tray4  *PageSize StatementEdge
  649. *UIConstraints: *InputSlot Tray4  *PageSize Hagaki
  650. *UIConstraints: *InputSlot Tray4  *PageSize HagakiEdge
  651. *UIConstraints: *InputSlot Tray4  *PageSize EnvMonarch
  652. *UIConstraints: *InputSlot Tray4  *PageSize EnvMonarchEdge
  653. *UIConstraints: *InputSlot Tray4  *PageSize Env10
  654. *UIConstraints: *InputSlot Tray4  *PageSize Env10Edge
  655. *UIConstraints: *InputSlot Tray4  *PageSize EnvC5
  656. *UIConstraints: *InputSlot Tray4  *PageSize EnvC5Edge
  657. *UIConstraints: *InputSlot Tray4  *PageSize EnvDL
  658. *UIConstraints: *InputSlot Tray4  *PageSize EnvDLEdge
  659. *UIConstraints: *InputSlot Tray4  *PageSize Universal
  660. *UIConstraints: *InputSlot Tray4  *PageSize UniversalEdge
  661. *UIConstraints: *InputSlot Tray4  *PageSize EnvUniversal
  662. *UIConstraints: *InputSlot Tray4  *PageSize EnvUniversalEdge
  663.  
  664. *UIConstraints: *PageRegion Legal                  *InputSlot Tray4
  665. *UIConstraints: *PageRegion LegalEdge              *InputSlot Tray4
  666. *UIConstraints: *PageRegion FanFoldGermanLegal     *InputSlot Tray4
  667. *UIConstraints: *PageRegion FanFoldGermanLegalEdge *InputSlot Tray4
  668. *UIConstraints: *PageRegion Tabloid                *InputSlot Tray4
  669. *UIConstraints: *PageRegion TabloidEdge            *InputSlot Tray4
  670. *UIConstraints: *PageRegion B4                     *InputSlot Tray4
  671. *UIConstraints: *PageRegion B4Edge                 *InputSlot Tray4
  672. *UIConstraints: *PageRegion A3                     *InputSlot Tray4
  673. *UIConstraints: *PageRegion A3Edge                 *InputSlot Tray4
  674. *UIConstraints: *PageRegion A5                     *InputSlot Tray4
  675. *UIConstraints: *PageRegion A5Edge                 *InputSlot Tray4
  676. *UIConstraints: *PageRegion Statement              *InputSlot Tray4
  677. *UIConstraints: *PageRegion StatementEdge          *InputSlot Tray4
  678. *UIConstraints: *PageRegion Hagaki                 *InputSlot Tray4
  679. *UIConstraints: *PageRegion HagakiEdge             *InputSlot Tray4
  680. *UIConstraints: *PageRegion EnvMonarch             *InputSlot Tray4
  681. *UIConstraints: *PageRegion EnvMonarchEdge         *InputSlot Tray4
  682. *UIConstraints: *PageRegion Env10                  *InputSlot Tray4
  683. *UIConstraints: *PageRegion Env10Edge              *InputSlot Tray4
  684. *UIConstraints: *PageRegion EnvC5                  *InputSlot Tray4
  685. *UIConstraints: *PageRegion EnvC5Edge              *InputSlot Tray4
  686. *UIConstraints: *PageRegion EnvDL                  *InputSlot Tray4
  687. *UIConstraints: *PageRegion EnvDLEdge              *InputSlot Tray4
  688. *UIConstraints: *PageRegion Universal              *InputSlot Tray4
  689. *UIConstraints: *PageRegion UniversalEdge          *InputSlot Tray4
  690. *UIConstraints: *PageRegion EnvUniversal           *InputSlot Tray4
  691. *UIConstraints: *PageRegion EnvUniversalEdge       *InputSlot Tray4
  692.  
  693. *UIConstraints: *InputSlot Tray4  *PageRegion Legal
  694. *UIConstraints: *InputSlot Tray4  *PageRegion LegalEdge
  695. *UIConstraints: *InputSlot Tray4  *PageRegion FanFoldGermanLegal
  696. *UIConstraints: *InputSlot Tray4  *PageRegion FanFoldGermanLegalEdge
  697. *UIConstraints: *InputSlot Tray4  *PageRegion Tabloid
  698. *UIConstraints: *InputSlot Tray4  *PageRegion TabloidEdge
  699. *UIConstraints: *InputSlot Tray4  *PageRegion B4
  700. *UIConstraints: *InputSlot Tray4  *PageRegion B4Edge
  701. *UIConstraints: *InputSlot Tray4  *PageRegion A3
  702. *UIConstraints: *InputSlot Tray4  *PageRegion A3Edge
  703. *UIConstraints: *InputSlot Tray4  *PageRegion A5
  704. *UIConstraints: *InputSlot Tray4  *PageRegion A5Edge
  705. *UIConstraints: *InputSlot Tray4  *PageRegion Statement
  706. *UIConstraints: *InputSlot Tray4  *PageRegion StatementEdge
  707. *UIConstraints: *InputSlot Tray4  *PageRegion Hagaki
  708. *UIConstraints: *InputSlot Tray4  *PageRegion HagakiEdge
  709. *UIConstraints: *InputSlot Tray4  *PageRegion EnvMonarch
  710. *UIConstraints: *InputSlot Tray4  *PageRegion EnvMonarchEdge
  711. *UIConstraints: *InputSlot Tray4  *PageRegion Env10
  712. *UIConstraints: *InputSlot Tray4  *PageRegion Env10Edge
  713. *UIConstraints: *InputSlot Tray4  *PageRegion EnvC5
  714. *UIConstraints: *InputSlot Tray4  *PageRegion EnvC5Edge
  715. *UIConstraints: *InputSlot Tray4  *PageRegion EnvDL
  716. *UIConstraints: *InputSlot Tray4  *PageRegion EnvDLEdge
  717. *UIConstraints: *InputSlot Tray4  *PageRegion Universal
  718. *UIConstraints: *InputSlot Tray4  *PageRegion UniversalEdge
  719. *UIConstraints: *InputSlot Tray4  *PageRegion EnvUniversal
  720. *UIConstraints: *InputSlot Tray4  *PageRegion EnvUniversalEdge
  721.  
  722.  
  723. *% can't pick some sizes from Tray 5.
  724. *%
  725. *UIConstraints: *PageSize Legal                  *InputSlot Tray5
  726. *UIConstraints: *PageSize LegalEdge              *InputSlot Tray5
  727. *UIConstraints: *PageSize FanFoldGermanLegal     *InputSlot Tray5
  728. *UIConstraints: *PageSize FanFoldGermanLegalEdge *InputSlot Tray5
  729. *UIConstraints: *PageSize Tabloid                *InputSlot Tray5
  730. *UIConstraints: *PageSize TabloidEdge            *InputSlot Tray5
  731. *UIConstraints: *PageSize B4                     *InputSlot Tray5
  732. *UIConstraints: *PageSize B4Edge                 *InputSlot Tray5
  733. *UIConstraints: *PageSize A3                     *InputSlot Tray5
  734. *UIConstraints: *PageSize A3Edge                 *InputSlot Tray5
  735. *UIConstraints: *PageSize A5                     *InputSlot Tray5
  736. *UIConstraints: *PageSize A5Edge                 *InputSlot Tray5
  737. *UIConstraints: *PageSize Statement              *InputSlot Tray5
  738. *UIConstraints: *PageSize StatementEdge          *InputSlot Tray5
  739. *UIConstraints: *PageSize Hagaki                 *InputSlot Tray5
  740. *UIConstraints: *PageSize HagakiEdge             *InputSlot Tray5
  741. *UIConstraints: *PageSize EnvMonarch             *InputSlot Tray5
  742. *UIConstraints: *PageSize EnvMonarchEdge         *InputSlot Tray5
  743. *UIConstraints: *PageSize Env10                  *InputSlot Tray5
  744. *UIConstraints: *PageSize Env10Edge              *InputSlot Tray5
  745. *UIConstraints: *PageSize EnvC5                  *InputSlot Tray5
  746. *UIConstraints: *PageSize EnvC5Edge              *InputSlot Tray5
  747. *UIConstraints: *PageSize EnvDL                  *InputSlot Tray5
  748. *UIConstraints: *PageSize EnvDLEdge              *InputSlot Tray5
  749. *UIConstraints: *PageSize Universal              *InputSlot Tray5
  750. *UIConstraints: *PageSize UniversalEdge          *InputSlot Tray5
  751. *UIConstraints: *PageSize EnvUniversal           *InputSlot Tray5
  752. *UIConstraints: *PageSize EnvUniversalEdge       *InputSlot Tray5
  753.  
  754. *UIConstraints: *InputSlot Tray5  *PageSize Legal
  755. *UIConstraints: *InputSlot Tray5  *PageSize LegalEdge
  756. *UIConstraints: *InputSlot Tray5  *PageSize FanFoldGermanLegal
  757. *UIConstraints: *InputSlot Tray5  *PageSize FanFoldGermanLegalEdge
  758. *UIConstraints: *InputSlot Tray5  *PageSize Tabloid
  759. *UIConstraints: *InputSlot Tray5  *PageSize TabloidEdge
  760. *UIConstraints: *InputSlot Tray5  *PageSize B4
  761. *UIConstraints: *InputSlot Tray5  *PageSize B4Edge
  762. *UIConstraints: *InputSlot Tray5  *PageSize A3
  763. *UIConstraints: *InputSlot Tray5  *PageSize A3Edge
  764. *UIConstraints: *InputSlot Tray5  *PageSize A5
  765. *UIConstraints: *InputSlot Tray5  *PageSize A5Edge
  766. *UIConstraints: *InputSlot Tray5  *PageSize Statement
  767. *UIConstraints: *InputSlot Tray5  *PageSize StatementEdge
  768. *UIConstraints: *InputSlot Tray5  *PageSize Hagaki
  769. *UIConstraints: *InputSlot Tray5  *PageSize HagakiEdge
  770. *UIConstraints: *InputSlot Tray5  *PageSize EnvMonarch
  771. *UIConstraints: *InputSlot Tray5  *PageSize EnvMonarchEdge
  772. *UIConstraints: *InputSlot Tray5  *PageSize Env10
  773. *UIConstraints: *InputSlot Tray5  *PageSize Env10Edge
  774. *UIConstraints: *InputSlot Tray5  *PageSize EnvC5
  775. *UIConstraints: *InputSlot Tray5  *PageSize EnvC5Edge
  776. *UIConstraints: *InputSlot Tray5  *PageSize EnvDL
  777. *UIConstraints: *InputSlot Tray5  *PageSize EnvDLEdge
  778. *UIConstraints: *InputSlot Tray5  *PageSize Universal
  779. *UIConstraints: *InputSlot Tray5  *PageSize UniversalEdge
  780. *UIConstraints: *InputSlot Tray5  *PageSize EnvUniversal
  781. *UIConstraints: *InputSlot Tray5  *PageSize EnvUniversalEdge
  782.  
  783. *UIConstraints: *PageRegion Legal                  *InputSlot Tray5
  784. *UIConstraints: *PageRegion LegalEdge              *InputSlot Tray5
  785. *UIConstraints: *PageRegion FanFoldGermanLegal     *InputSlot Tray5
  786. *UIConstraints: *PageRegion FanFoldGermanLegalEdge *InputSlot Tray5
  787. *UIConstraints: *PageRegion Tabloid                *InputSlot Tray5
  788. *UIConstraints: *PageRegion TabloidEdge            *InputSlot Tray5
  789. *UIConstraints: *PageRegion B4                     *InputSlot Tray5
  790. *UIConstraints: *PageRegion B4Edge                 *InputSlot Tray5
  791. *UIConstraints: *PageRegion A3                     *InputSlot Tray5
  792. *UIConstraints: *PageRegion A3Edge                 *InputSlot Tray5
  793. *UIConstraints: *PageRegion A5                     *InputSlot Tray5
  794. *UIConstraints: *PageRegion A5Edge                 *InputSlot Tray5
  795. *UIConstraints: *PageRegion Statement              *InputSlot Tray5
  796. *UIConstraints: *PageRegion StatementEdge          *InputSlot Tray5
  797. *UIConstraints: *PageRegion Hagaki                 *InputSlot Tray5
  798. *UIConstraints: *PageRegion HagakiEdge             *InputSlot Tray5
  799. *UIConstraints: *PageRegion EnvMonarch             *InputSlot Tray5
  800. *UIConstraints: *PageRegion EnvMonarchEdge         *InputSlot Tray5
  801. *UIConstraints: *PageRegion Env10                  *InputSlot Tray5
  802. *UIConstraints: *PageRegion Env10Edge              *InputSlot Tray5
  803. *UIConstraints: *PageRegion EnvC5                  *InputSlot Tray5
  804. *UIConstraints: *PageRegion EnvC5Edge              *InputSlot Tray5
  805. *UIConstraints: *PageRegion EnvDL                  *InputSlot Tray5
  806. *UIConstraints: *PageRegion EnvDLEdge              *InputSlot Tray5
  807. *UIConstraints: *PageRegion Universal              *InputSlot Tray5
  808. *UIConstraints: *PageRegion UniversalEdge          *InputSlot Tray5
  809. *UIConstraints: *PageRegion EnvUniversal           *InputSlot Tray5
  810. *UIConstraints: *PageRegion EnvUniversalEdge       *InputSlot Tray5
  811.  
  812. *UIConstraints: *InputSlot Tray5  *PageRegion Legal
  813. *UIConstraints: *InputSlot Tray5  *PageRegion LegalEdge
  814. *UIConstraints: *InputSlot Tray5  *PageRegion FanFoldGermanLegal
  815. *UIConstraints: *InputSlot Tray5  *PageRegion FanFoldGermanLegalEdge
  816. *UIConstraints: *InputSlot Tray5  *PageRegion Tabloid
  817. *UIConstraints: *InputSlot Tray5  *PageRegion TabloidEdge
  818. *UIConstraints: *InputSlot Tray5  *PageRegion B4
  819. *UIConstraints: *InputSlot Tray5  *PageRegion B4Edge
  820. *UIConstraints: *InputSlot Tray5  *PageRegion A3
  821. *UIConstraints: *InputSlot Tray5  *PageRegion A3Edge
  822. *UIConstraints: *InputSlot Tray5  *PageRegion A5
  823. *UIConstraints: *InputSlot Tray5  *PageRegion A5Edge
  824. *UIConstraints: *InputSlot Tray5  *PageRegion Statement
  825. *UIConstraints: *InputSlot Tray5  *PageRegion StatementEdge
  826. *UIConstraints: *InputSlot Tray5  *PageRegion Hagaki
  827. *UIConstraints: *InputSlot Tray5  *PageRegion HagakiEdge
  828. *UIConstraints: *InputSlot Tray5  *PageRegion EnvMonarch
  829. *UIConstraints: *InputSlot Tray5  *PageRegion EnvMonarchEdge
  830. *UIConstraints: *InputSlot Tray5  *PageRegion Env10
  831. *UIConstraints: *InputSlot Tray5  *PageRegion Env10Edge
  832. *UIConstraints: *InputSlot Tray5  *PageRegion EnvC5
  833. *UIConstraints: *InputSlot Tray5  *PageRegion EnvC5Edge
  834. *UIConstraints: *InputSlot Tray5  *PageRegion EnvDL
  835. *UIConstraints: *InputSlot Tray5  *PageRegion EnvDLEdge
  836. *UIConstraints: *InputSlot Tray5  *PageRegion Universal
  837. *UIConstraints: *InputSlot Tray5  *PageRegion UniversalEdge
  838. *UIConstraints: *InputSlot Tray5  *PageRegion EnvUniversal
  839. *UIConstraints: *InputSlot Tray5  *PageRegion EnvUniversalEdge
  840.  
  841.  
  842. *% If Hagaki, or any Envelope, can't send to Finisher trays.
  843. *%
  844. *UIConstraints: *PageSize Hagaki         *OutputBin BinUpperFD
  845. *UIConstraints: *PageSize Hagaki         *OutputBin BinMiddleFD
  846. *UIConstraints: *PageSize Hagaki         *OutputBin BinLowerFD
  847. *UIConstraints: *PageSize Hagaki         *OutputBin BinContinue
  848. *UIConstraints: *PageSize Env10          *OutputBin BinUpperFD
  849. *UIConstraints: *PageSize Env10          *OutputBin BinMiddleFD
  850. *UIConstraints: *PageSize Env10          *OutputBin BinLowerFD
  851. *UIConstraints: *PageSize Env10          *OutputBin BinContinue
  852. *UIConstraints: *PageSize EnvC5          *OutputBin BinUpperFD
  853. *UIConstraints: *PageSize EnvC5          *OutputBin BinMiddleFD
  854. *UIConstraints: *PageSize EnvC5          *OutputBin BinLowerFD
  855. *UIConstraints: *PageSize EnvC5          *OutputBin BinContinue
  856. *UIConstraints: *PageSize EnvDL          *OutputBin BinUpperFD
  857. *UIConstraints: *PageSize EnvDL          *OutputBin BinMiddleFD
  858. *UIConstraints: *PageSize EnvDL          *OutputBin BinLowerFD
  859. *UIConstraints: *PageSize EnvDL          *OutputBin BinContinue
  860. *UIConstraints: *PageSize EnvMonarch     *OutputBin BinUpperFD
  861. *UIConstraints: *PageSize EnvMonarch     *OutputBin BinMiddleFD
  862. *UIConstraints: *PageSize EnvMonarch     *OutputBin BinLowerFD
  863. *UIConstraints: *PageSize EnvMonarch     *OutputBin BinContinue
  864. *UIConstraints: *PageSize HagakiEdge     *OutputBin BinUpperFD
  865. *UIConstraints: *PageSize HagakiEdge     *OutputBin BinMiddleFD
  866. *UIConstraints: *PageSize HagakiEdge     *OutputBin BinLowerFD
  867. *UIConstraints: *PageSize HagakiEdge     *OutputBin BinContinue
  868. *UIConstraints: *PageSize Env10Edge      *OutputBin BinUpperFD
  869. *UIConstraints: *PageSize Env10Edge      *OutputBin BinMiddleFD
  870. *UIConstraints: *PageSize Env10Edge      *OutputBin BinLowerFD
  871. *UIConstraints: *PageSize Env10Edge      *OutputBin BinContinue
  872. *UIConstraints: *PageSize EnvC5Edge      *OutputBin BinUpperFD
  873. *UIConstraints: *PageSize EnvC5Edge      *OutputBin BinMiddleFD
  874. *UIConstraints: *PageSize EnvC5Edge      *OutputBin BinLowerFD
  875. *UIConstraints: *PageSize EnvC5Edge      *OutputBin BinContinue
  876. *UIConstraints: *PageSize EnvDLEdge      *OutputBin BinUpperFD
  877. *UIConstraints: *PageSize EnvDLEdge      *OutputBin BinMiddleFD
  878. *UIConstraints: *PageSize EnvDLEdge      *OutputBin BinLowerFD
  879. *UIConstraints: *PageSize EnvDLEdge      *OutputBin BinContinue
  880. *UIConstraints: *PageSize EnvMonarchEdge *OutputBin BinUpperFD
  881. *UIConstraints: *PageSize EnvMonarchEdge *OutputBin BinMiddleFD
  882. *UIConstraints: *PageSize EnvMonarchEdge *OutputBin BinLowerFD
  883. *UIConstraints: *PageSize EnvMonarchEdge *OutputBin BinContinue
  884. *UIConstraints: *PageSize EnvUniversal   *OutputBin BinUpperFD
  885. *UIConstraints: *PageSize EnvUniversal   *OutputBin BinMiddleFD
  886. *UIConstraints: *PageSize EnvUniversal   *OutputBin BinLowerFD
  887. *UIConstraints: *PageSize EnvUniversal   *OutputBin BinContinue
  888. *UIConstraints: *PageSize EnvUniversalEdge *OutputBin BinUpperFD
  889. *UIConstraints: *PageSize EnvUniversalEdge *OutputBin BinMiddleFD
  890. *UIConstraints: *PageSize EnvUniversalEdge *OutputBin BinLowerFD
  891. *UIConstraints: *PageSize EnvUniversalEdge *OutputBin BinContinue
  892.  
  893. *UIConstraints: *OutputBin BinUpperFD  *PageSize Hagaki
  894. *UIConstraints: *OutputBin BinMiddleFD *PageSize Hagaki
  895. *UIConstraints: *OutputBin BinLowerFD  *PageSize Hagaki
  896. *UIConstraints: *OutputBin BinContinue *PageSize Hagaki
  897. *UIConstraints: *OutputBin BinUpperFD  *PageSize Env10
  898. *UIConstraints: *OutputBin BinMiddleFD *PageSize Env10
  899. *UIConstraints: *OutputBin BinLowerFD  *PageSize Env10
  900. *UIConstraints: *OutputBin BinContinue *PageSize Env10
  901. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvC5
  902. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvC5
  903. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvC5
  904. *UIConstraints: *OutputBin BinContinue *PageSize EnvC5
  905. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvDL
  906. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvDL
  907. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvDL
  908. *UIConstraints: *OutputBin BinContinue *PageSize EnvDL
  909. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvMonarch
  910. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvMonarch
  911. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvMonarch
  912. *UIConstraints: *OutputBin BinContinue *PageSize EnvMonarch
  913. *UIConstraints: *OutputBin BinUpperFD  *PageSize HagakiEdge
  914. *UIConstraints: *OutputBin BinMiddleFD *PageSize HagakiEdge
  915. *UIConstraints: *OutputBin BinLowerFD  *PageSize HagakiEdge
  916. *UIConstraints: *OutputBin BinContinue *PageSize HagakiEdge
  917. *UIConstraints: *OutputBin BinUpperFD  *PageSize Env10Edge
  918. *UIConstraints: *OutputBin BinMiddleFD *PageSize Env10Edge
  919. *UIConstraints: *OutputBin BinLowerFD  *PageSize Env10Edge
  920. *UIConstraints: *OutputBin BinContinue *PageSize Env10Edge
  921. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvC5Edge
  922. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvC5Edge
  923. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvC5Edge
  924. *UIConstraints: *OutputBin BinContinue *PageSize EnvC5Edge
  925. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvDLEdge
  926. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvDLEdge
  927. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvDLEdge
  928. *UIConstraints: *OutputBin BinContinue *PageSize EnvDLEdge
  929. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvMonarchEdge
  930. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvMonarchEdge
  931. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvMonarchEdge
  932. *UIConstraints: *OutputBin BinContinue *PageSize EnvMonarchEdge
  933. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvUniversal
  934. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvUniversal
  935. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvUniversal
  936. *UIConstraints: *OutputBin BinContinue *PageSize EnvUniversal
  937. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvUniversalEdge
  938. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvUniversalEdge
  939. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvUniversalEdge
  940. *UIConstraints: *OutputBin BinContinue *PageSize EnvUniversalEdge
  941.  
  942. *UIConstraints: *PageRegion Hagaki         *OutputBin BinUpperFD
  943. *UIConstraints: *PageRegion Hagaki         *OutputBin BinMiddleFD
  944. *UIConstraints: *PageRegion Hagaki         *OutputBin BinLowerFD
  945. *UIConstraints: *PageRegion Hagaki         *OutputBin BinContinue
  946. *UIConstraints: *PageRegion Env10          *OutputBin BinUpperFD
  947. *UIConstraints: *PageRegion Env10          *OutputBin BinMiddleFD
  948. *UIConstraints: *PageRegion Env10          *OutputBin BinLowerFD
  949. *UIConstraints: *PageRegion Env10          *OutputBin BinContinue
  950. *UIConstraints: *PageRegion EnvC5          *OutputBin BinUpperFD
  951. *UIConstraints: *PageRegion EnvC5          *OutputBin BinMiddleFD
  952. *UIConstraints: *PageRegion EnvC5          *OutputBin BinLowerFD
  953. *UIConstraints: *PageRegion EnvC5          *OutputBin BinContinue
  954. *UIConstraints: *PageRegion EnvDL          *OutputBin BinUpperFD
  955. *UIConstraints: *PageRegion EnvDL          *OutputBin BinMiddleFD
  956. *UIConstraints: *PageRegion EnvDL          *OutputBin BinLowerFD
  957. *UIConstraints: *PageRegion EnvDL          *OutputBin BinContinue
  958. *UIConstraints: *PageRegion EnvMonarch     *OutputBin BinUpperFD
  959. *UIConstraints: *PageRegion EnvMonarch     *OutputBin BinMiddleFD
  960. *UIConstraints: *PageRegion EnvMonarch     *OutputBin BinLowerFD
  961. *UIConstraints: *PageRegion EnvMonarch     *OutputBin BinContinue
  962. *UIConstraints: *PageRegion HagakiEdge     *OutputBin BinUpperFD
  963. *UIConstraints: *PageRegion HagakiEdge     *OutputBin BinMiddleFD
  964. *UIConstraints: *PageRegion HagakiEdge     *OutputBin BinLowerFD
  965. *UIConstraints: *PageRegion HagakiEdge     *OutputBin BinContinue
  966. *UIConstraints: *PageRegion Env10Edge      *OutputBin BinUpperFD
  967. *UIConstraints: *PageRegion Env10Edge      *OutputBin BinMiddleFD
  968. *UIConstraints: *PageRegion Env10Edge      *OutputBin BinLowerFD
  969. *UIConstraints: *PageRegion Env10Edge      *OutputBin BinContinue
  970. *UIConstraints: *PageRegion EnvC5Edge      *OutputBin BinUpperFD
  971. *UIConstraints: *PageRegion EnvC5Edge      *OutputBin BinMiddleFD
  972. *UIConstraints: *PageRegion EnvC5Edge      *OutputBin BinLowerFD
  973. *UIConstraints: *PageRegion EnvC5Edge      *OutputBin BinContinue
  974. *UIConstraints: *PageRegion EnvDLEdge      *OutputBin BinUpperFD
  975. *UIConstraints: *PageRegion EnvDLEdge      *OutputBin BinMiddleFD
  976. *UIConstraints: *PageRegion EnvDLEdge      *OutputBin BinLowerFD
  977. *UIConstraints: *PageRegion EnvDLEdge      *OutputBin BinContinue
  978. *UIConstraints: *PageRegion EnvMonarchEdge *OutputBin BinUpperFD
  979. *UIConstraints: *PageRegion EnvMonarchEdge *OutputBin BinMiddleFD
  980. *UIConstraints: *PageRegion EnvMonarchEdge *OutputBin BinLowerFD
  981. *UIConstraints: *PageRegion EnvMonarchEdge *OutputBin BinContinue
  982. *UIConstraints: *PageRegion EnvUniversal   *OutputBin BinUpperFD
  983. *UIConstraints: *PageRegion EnvUniversal   *OutputBin BinMiddleFD
  984. *UIConstraints: *PageRegion EnvUniversal   *OutputBin BinLowerFD
  985. *UIConstraints: *PageRegion EnvUniversal   *OutputBin BinContinue
  986. *UIConstraints: *PageRegion EnvUniversalEdge *OutputBin BinUpperFD
  987. *UIConstraints: *PageRegion EnvUniversalEdge *OutputBin BinMiddleFD
  988. *UIConstraints: *PageRegion EnvUniversalEdge *OutputBin BinLowerFD
  989. *UIConstraints: *PageRegion EnvUniversalEdge *OutputBin BinContinue
  990.  
  991. *UIConstraints: *OutputBin BinUpperFD  *PageRegion Hagaki
  992. *UIConstraints: *OutputBin BinMiddleFD *PageRegion Hagaki
  993. *UIConstraints: *OutputBin BinLowerFD  *PageRegion Hagaki
  994. *UIConstraints: *OutputBin BinContinue *PageRegion Hagaki
  995. *UIConstraints: *OutputBin BinUpperFD  *PageRegion Env10
  996. *UIConstraints: *OutputBin BinMiddleFD *PageRegion Env10
  997. *UIConstraints: *OutputBin BinLowerFD  *PageRegion Env10
  998. *UIConstraints: *OutputBin BinContinue *PageRegion Env10
  999. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvC5
  1000. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvC5
  1001. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvC5
  1002. *UIConstraints: *OutputBin BinContinue *PageRegion EnvC5
  1003. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvDL
  1004. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvDL
  1005. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvDL
  1006. *UIConstraints: *OutputBin BinContinue *PageRegion EnvDL
  1007. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvMonarch
  1008. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvMonarch
  1009. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvMonarch
  1010. *UIConstraints: *OutputBin BinContinue *PageRegion EnvMonarch
  1011. *UIConstraints: *OutputBin BinUpperFD  *PageRegion HagakiEdge
  1012. *UIConstraints: *OutputBin BinMiddleFD *PageRegion HagakiEdge
  1013. *UIConstraints: *OutputBin BinLowerFD  *PageRegion HagakiEdge
  1014. *UIConstraints: *OutputBin BinContinue *PageRegion HagakiEdge
  1015. *UIConstraints: *OutputBin BinUpperFD  *PageRegion Env10Edge
  1016. *UIConstraints: *OutputBin BinMiddleFD *PageRegion Env10Edge
  1017. *UIConstraints: *OutputBin BinLowerFD  *PageRegion Env10Edge
  1018. *UIConstraints: *OutputBin BinContinue *PageRegion Env10Edge
  1019. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvC5Edge
  1020. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvC5Edge
  1021. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvC5Edge
  1022. *UIConstraints: *OutputBin BinContinue *PageRegion EnvC5Edge
  1023. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvDLEdge
  1024. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvDLEdge
  1025. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvDLEdge
  1026. *UIConstraints: *OutputBin BinContinue *PageRegion EnvDLEdge
  1027. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvMonarchEdge
  1028. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvMonarchEdge
  1029. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvMonarchEdge
  1030. *UIConstraints: *OutputBin BinContinue *PageRegion EnvMonarchEdge
  1031. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvUniversal
  1032. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvUniversal
  1033. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvUniversal
  1034. *UIConstraints: *OutputBin BinContinue *PageRegion EnvUniversal
  1035. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvUniversalEdge
  1036. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvUniversalEdge
  1037. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvUniversalEdge
  1038. *UIConstraints: *OutputBin BinContinue *PageRegion EnvUniversalEdge
  1039.  
  1040.  
  1041. *% ===== If any Universal size, cant send to any finisher tray
  1042. *%
  1043. *UIConstraints: *PageSize Universal             *OutputBin BinUpperFD
  1044. *UIConstraints: *PageSize Universal             *OutputBin BinMiddleFD
  1045. *UIConstraints: *PageSize Universal             *OutputBin BinLowerFD
  1046. *UIConstraints: *PageSize Universal             *OutputBin BinContinue
  1047. *UIConstraints: *PageSize UniversalEdge         *OutputBin BinUpperFD
  1048. *UIConstraints: *PageSize UniversalEdge         *OutputBin BinMiddleFD
  1049. *UIConstraints: *PageSize UniversalEdge         *OutputBin BinLowerFD
  1050. *UIConstraints: *PageSize UniversalEdge         *OutputBin BinContinue
  1051.  
  1052. *UIConstraints: *PageRegion Universal           *OutputBin BinUpperFD
  1053. *UIConstraints: *PageRegion Universal           *OutputBin BinMiddleFD
  1054. *UIConstraints: *PageRegion Universal           *OutputBin BinLowerFD
  1055. *UIConstraints: *PageRegion Universal           *OutputBin BinContinue
  1056. *UIConstraints: *PageRegion UniversalEdge       *OutputBin BinUpperFD
  1057. *UIConstraints: *PageRegion UniversalEdge       *OutputBin BinMiddleFD
  1058. *UIConstraints: *PageRegion UniversalEdge       *OutputBin BinLowerFD
  1059. *UIConstraints: *PageRegion UniversalEdge       *OutputBin BinContinue
  1060.  
  1061. *UIConstraints: *OutputBin BinUpperFD           *PageSize Universal
  1062. *UIConstraints: *OutputBin BinMiddleFD          *PageSize Universal
  1063. *UIConstraints: *OutputBin BinLowerFD           *PageSize Universal
  1064. *UIConstraints: *OutputBin BinContinue          *PageSize Universal
  1065. *UIConstraints: *OutputBin BinUpperFD           *PageSize UniversalEdge
  1066. *UIConstraints: *OutputBin BinMiddleFD          *PageSize UniversalEdge
  1067. *UIConstraints: *OutputBin BinLowerFD           *PageSize UniversalEdge
  1068. *UIConstraints: *OutputBin BinContinue          *PageSize UniversalEdge
  1069.  
  1070. *UIConstraints: *OutputBin BinUpperFD           *PageRegion Universal
  1071. *UIConstraints: *OutputBin BinMiddleFD          *PageRegion Universal
  1072. *UIConstraints: *OutputBin BinLowerFD           *PageRegion Universal
  1073. *UIConstraints: *OutputBin BinContinue          *PageRegion Universal
  1074. *UIConstraints: *OutputBin BinUpperFD           *PageRegion UniversalEdge
  1075. *UIConstraints: *OutputBin BinMiddleFD          *PageRegion UniversalEdge
  1076. *UIConstraints: *OutputBin BinLowerFD           *PageRegion UniversalEdge
  1077. *UIConstraints: *OutputBin BinContinue          *PageRegion UniversalEdge
  1078.  
  1079.  
  1080. *% ==== Duplex Constraints ====
  1081. *% Some paper can not be duplexed
  1082. *%
  1083. *UIConstraints: *Duplex *PageSize Hagaki
  1084. *UIConstraints: *Duplex *PageSize HagakiEdge
  1085. *UIConstraints: *Duplex *PageSize Env10
  1086. *UIConstraints: *Duplex *PageSize Env10Edge
  1087. *UIConstraints: *Duplex *PageSize EnvC5
  1088. *UIConstraints: *Duplex *PageSize EnvC5Edge
  1089. *UIConstraints: *Duplex *PageSize EnvDL
  1090. *UIConstraints: *Duplex *PageSize EnvDLEdge
  1091. *UIConstraints: *Duplex *PageSize EnvMonarch
  1092. *UIConstraints: *Duplex *PageSize EnvMonarchEdge
  1093. *UIConstraints: *Duplex *PageSize EnvUniversal
  1094. *UIConstraints: *Duplex *PageSize EnvUniversalEdge
  1095.  
  1096. *UIConstraints: *PageSize Hagaki         *Duplex
  1097. *UIConstraints: *PageSize HagakiEdge     *Duplex
  1098. *UIConstraints: *PageSize Env10          *Duplex
  1099. *UIConstraints: *PageSize Env10Edge      *Duplex
  1100. *UIConstraints: *PageSize EnvC5          *Duplex
  1101. *UIConstraints: *PageSize EnvC5Edge      *Duplex
  1102. *UIConstraints: *PageSize EnvDL          *Duplex
  1103. *UIConstraints: *PageSize EnvDLEdge      *Duplex
  1104. *UIConstraints: *PageSize EnvMonarch     *Duplex
  1105. *UIConstraints: *PageSize EnvMonarchEdge *Duplex
  1106. *UIConstraints: *PageSize EnvUniversal   *Duplex
  1107. *UIConstraints: *PageSize EnvUniversalEdge *Duplex
  1108.  
  1109. *UIConstraints: *Duplex *PageRegion Hagaki
  1110. *UIConstraints: *Duplex *PageRegion HagakiEdge
  1111. *UIConstraints: *Duplex *PageRegion Env10
  1112. *UIConstraints: *Duplex *PageRegion Env10Edge
  1113. *UIConstraints: *Duplex *PageRegion EnvC5
  1114. *UIConstraints: *Duplex *PageRegion EnvC5Edge
  1115. *UIConstraints: *Duplex *PageRegion EnvDL
  1116. *UIConstraints: *Duplex *PageRegion EnvDLEdge
  1117. *UIConstraints: *Duplex *PageRegion EnvMonarch
  1118. *UIConstraints: *Duplex *PageRegion EnvMonarchEdge
  1119. *UIConstraints: *Duplex *PageRegion EnvUniversal
  1120. *UIConstraints: *Duplex *PageRegion EnvUniversalEdge
  1121.  
  1122. *UIConstraints: *PageRegion Hagaki         *Duplex
  1123. *UIConstraints: *PageRegion HagakiEdge     *Duplex
  1124. *UIConstraints: *PageRegion Env10          *Duplex
  1125. *UIConstraints: *PageRegion Env10Edge      *Duplex
  1126. *UIConstraints: *PageRegion EnvC5          *Duplex
  1127. *UIConstraints: *PageRegion EnvC5Edge      *Duplex
  1128. *UIConstraints: *PageRegion EnvDL          *Duplex
  1129. *UIConstraints: *PageRegion EnvDLEdge      *Duplex
  1130. *UIConstraints: *PageRegion EnvMonarch     *Duplex
  1131. *UIConstraints: *PageRegion EnvMonarchEdge *Duplex
  1132. *UIConstraints: *PageRegion EnvUniversal   *Duplex
  1133. *UIConstraints: *PageRegion EnvUniversalEdge *Duplex
  1134.  
  1135.  
  1136. *% ==== Device Capabilities, General Information, and Defaults ====
  1137. *%
  1138. *LanguageLevel: "3"
  1139. *Protocols: TBCP
  1140.  
  1141. *FreeVM: "2145772"
  1142. *VMOption 8Meg/8 MB: "2145772"
  1143. *VMOption 12Meg/12 MB: "2661868"
  1144. *VMOption 16Meg/16 MB: "3161580"
  1145. *VMOption 20Meg/20 MB: "3677676"
  1146. *VMOption 24Meg/24 MB: "4701676"
  1147. *VMOption 28Meg/28 MB: "5717484"
  1148. *VMOption 32Meg/32 MB: "6725100"
  1149. *VMOption 36Meg/36 MB: "6725100"
  1150. *VMOption 40Meg/40 MB: "7749100"
  1151. *VMOption 44Meg/44 MB: "8265196"
  1152. *VMOption 48Meg/48 MB: "8781292"
  1153. *VMOption 52Meg/52 MB: "8781292"
  1154. *VMOption 64Meg/64 MB: "10821100"
  1155. *VMOption 68Meg/68 MB: "10821100"
  1156.  
  1157. *FCacheSize 8Meg/8 MB: 917600
  1158. *FCacheSize 12Meg/12 MB: 1101100
  1159. *FCacheSize 16Meg/16 MB: 1284600
  1160. *FCacheSize 20Meg/20 MB: 1468100
  1161. *FCacheSize 24Meg/24 MB: 1835100
  1162. *FCacheSize 28Meg/28 MB: 2202100
  1163. *FCacheSize 32Meg/32 MB: 2569100
  1164. *FCacheSize 36Meg/36 MB: 2569100
  1165. *FCacheSize 40Meg/40 MB: 2936100
  1166. *FCacheSize 44Meg/44 MB: 3119600
  1167. *FCacheSize 48Meg/48 MB: 3303100
  1168. *FCacheSize 52Meg/52 MB: 3303100
  1169. *FCacheSize 64Meg/64 MB: 4037100
  1170. *FCacheSize 68Meg/68 MB: 4037100
  1171.  
  1172. *PrintPSErrors: True
  1173.  
  1174. *ColorDevice: False
  1175. *DefaultColorSpace: Gray
  1176.  
  1177. *TTRasterizer: Type42
  1178. *?TTRasterizer: "save
  1179.  42 /FontType resourcestatus
  1180.  {pop pop (Type42)} {(No Type42)} ifelse = flush
  1181. restore"
  1182. *End
  1183.  
  1184. *FileSystem: True
  1185. *?FileSystem: "save statusdict /diskonline get exec
  1186.  {(True)}{(False)} ifelse = flush restore"
  1187. *End
  1188.  
  1189. *Throughput: "32"
  1190. *Password: "()"
  1191. *ExitServer: "
  1192.   count 0 eq
  1193.   {false}
  1194.   {true exch startjob}
  1195.   ifelse
  1196.   not
  1197.   {
  1198.     (WARNING: Cannot modify initial VM.) =
  1199.     (Missing or invalid password.) =
  1200.     (Please contact the author of this software.) = flush quit
  1201.   } if"
  1202. *End
  1203.  
  1204. *Reset: "
  1205.   count 0 eq
  1206.   {false}
  1207.   {true exch startjob}
  1208.   ifelse
  1209.   not
  1210.   {
  1211.     (WARNING: Cannot reset printer.) =
  1212.     (Missing or invalid password.) =
  1213.     (Please contact the author of this software.) = flush quit
  1214.   } if
  1215.   systemdict /quit get exec
  1216.   (WARNING : Printer Reset Failed.) = flush"
  1217. *End
  1218.  
  1219.  
  1220. *% ==== Resoulution support
  1221. *%
  1222.  
  1223. *DefaultResolution: 600x600dpi/600x600dpi
  1224.  
  1225.  
  1226.  
  1227. *% ==== Screen support ====
  1228. *%
  1229. *AccurateScreensSupport: True
  1230.  
  1231.  
  1232.  
  1233. *% ==== Duplex options ====
  1234. *%
  1235. *OpenUI *Duplex/Duplex (Two-sided printing): PickOne
  1236. *OrderDependency: 50.0 AnySetup *Duplex
  1237. *DefaultDuplex: None
  1238. *Duplex None/None: "(<<) cvx exec /Duplex false /Tumble false
  1239.             (>>) cvx exec setpagedevice"
  1240. *End
  1241. *Duplex DuplexNoTumble/Long edge: "(<<) cvx exec /Duplex true /Tumble false
  1242.                    (>>) cvx exec  setpagedevice"
  1243. *End
  1244. *Duplex DuplexTumble/Short edge: "(<<) cvx exec /Duplex true /Tumble true
  1245.                   (>>) cvx exec  setpagedevice"
  1246. *End
  1247. *?Duplex: "save
  1248.  currentpagedevice dup /Duplex known
  1249.  {
  1250.   dup /Duplex get
  1251.   {/Tumble get {(DuplexTumble)} {(DuplexNoTumble)} ifelse}
  1252.   {pop (None)}
  1253.   ifelse
  1254.  } {pop (None)}
  1255.  ifelse = flush
  1256. restore"
  1257. *End
  1258. *CloseUI: *Duplex
  1259.  
  1260.  
  1261. *% ==== Input options ====
  1262. *%
  1263. *OpenUI *InputSlot/Input source: PickOne
  1264. *OrderDependency: 45.0 AnySetup *InputSlot
  1265. *DefaultInputSlot: Tray1
  1266. *InputSlot Tray1/Tray 1: "
  1267.  currentpagedevice /InputAttributes get 0 known
  1268.  {<<currentpagedevice /InputAttributes get 0 get dup null ne
  1269.     {/PageSize get /PageSize exch
  1270.      /InputAttributes <</Priority [0 6 5 3 2 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
  1271. *End
  1272. *InputSlot MPT/Auxiliary tray: "
  1273.  currentpagedevice /InputAttributes get 1 known
  1274.  {<<currentpagedevice /InputAttributes get 1 get dup null ne
  1275.     {/PageSize get /PageSize exch
  1276.      /InputAttributes <</Priority [1 6 5 3 2 0 4] >> >> setpagedevice}{pop pop} ifelse} if"
  1277. *End
  1278. *InputSlot Tray2/Tray 2: "
  1279.  currentpagedevice /InputAttributes get 2 known
  1280.  {<<currentpagedevice /InputAttributes get 2 get dup null ne
  1281.     {/PageSize get /PageSize exch
  1282.      /InputAttributes <</Priority [2 6 5 3 0 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
  1283. *End
  1284. *InputSlot Tray3/Tray 3: "
  1285.  currentpagedevice /InputAttributes get 3 known
  1286.  {<<currentpagedevice /InputAttributes get 3 get dup null ne
  1287.     {/PageSize get /PageSize exch
  1288.      /InputAttributes <</Priority [3 6 5 2 0 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
  1289. *End
  1290. *InputSlot Tray4/Tray 4: "
  1291.  currentpagedevice /InputAttributes get 5 known
  1292.  {<<currentpagedevice /InputAttributes get 5 get dup null ne
  1293.     {/PageSize get /PageSize exch
  1294.      /InputAttributes <</Priority [5 6 3 2 0 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
  1295. *End
  1296. *InputSlot Tray5/Tray 5: "
  1297.  currentpagedevice /InputAttributes get 6 known
  1298.  {<<currentpagedevice /InputAttributes get 6 get dup null ne
  1299.     {/PageSize get /PageSize exch
  1300.      /InputAttributes <</Priority [6 5 3 2 0 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
  1301. *End
  1302. *InputSlot Envelope/Envelope feeder: "
  1303.  currentpagedevice /InputAttributes get 4 known
  1304.  {<<currentpagedevice /InputAttributes get 4 get dup null ne
  1305.     {/PageSize get /PageSize exch
  1306.      /InputAttributes <</Priority [4 6 5 3 2 0 1] >> >> setpagedevice}{pop pop} ifelse} if"
  1307. *End
  1308. *?InputSlot: "
  1309. save
  1310.  (<<) cvx exec
  1311.    /0 (Tray1)
  1312.    /1 (MPT)
  1313.    /2 (Tray2)
  1314.    /3 (Tray3)
  1315.    /4 (Envelope)
  1316.    /5 (Tray4)
  1317.    /6 (Tray5)
  1318.   (>>) cvx exec
  1319.  currentpagedevice /InputAttributes get dup /Priority known
  1320.  {/Priority get 0 get (  ) cvs cvn get}
  1321.  {dup length 1 eq
  1322.    {{pop} forall (       ) cvs cvn get}
  1323.    {pop pop (Unknown)}
  1324.    ifelse
  1325.  }
  1326.  ifelse = flush
  1327. restore"
  1328. *End
  1329. *CloseUI: *InputSlot
  1330.  
  1331.  
  1332. *% ===== Collation on/off
  1333. *%
  1334. *%
  1335. *OpenUI *Collate/Collate : Boolean
  1336. *OrderDependency: 50.0 AnySetup *Collate
  1337. *DefaultCollate: False
  1338. *Collate False/Off: "<< /Collate false >> setpagedevice"
  1339. *Collate True/On: "<< /Collate true >> setpagedevice"
  1340. *?Collate: "save
  1341.  currentpagedevice dup /Collate known
  1342.  {/Collate get {(On)} {(Off)} ifelse}
  1343.  {pop (Unknown)} ifelse = flush
  1344. restore"
  1345. *End
  1346. *CloseUI: *Collate
  1347.  
  1348.  
  1349. *% ===== Manual feed options =====
  1350. *%
  1351. *OpenUI *ManualFeed/Manual feed: Boolean
  1352. *OrderDependency: 50.0 AnySetup *ManualFeed
  1353. *DefaultManualFeed: False
  1354. *ManualFeed True/True:  "(<<) cvx exec /ManualFeed true (>>) cvx exec  setpagedevice"
  1355. *ManualFeed False/False: "(<<) cvx exec /ManualFeed false (>>) cvx exec  setpagedevice"
  1356. *?ManualFeed: "save
  1357.  currentpagedevice /ManualFeed get
  1358.  {(True)} {(False)} ifelse = flush
  1359. restore"
  1360. *End
  1361. *CloseUI: *ManualFeed
  1362.  
  1363.  
  1364. *% ===== Tray Switching options =====
  1365. *%
  1366. *OpenUI *TraySwitch/Printer select tray: Boolean
  1367. *OrderDependency: 50.0 AnySetup *TraySwitch
  1368. *DefaultTraySwitch: True
  1369. *TraySwitch True/On:  "(<<) cvx exec /TraySwitch true (>>) cvx exec  setpagedevice"
  1370. *TraySwitch False/Off: "(<<) cvx exec /TraySwitch false (>>) cvx exec  setpagedevice"
  1371. *?TraySwitch: "save
  1372.  currentpagedevice /TraySwitch get
  1373.  {(True)} {(False)} ifelse = flush
  1374.  restore"
  1375. *End
  1376. *CloseUI: *TraySwitch
  1377.  
  1378.  
  1379. *% ==== Output options ====
  1380. *%
  1381. *OpenUI *OutputBin/Output Bin: PickOne
  1382. *OrderDependency: 25.0 AnySetup *OutputBin
  1383. *DefaultOutputBin: Main
  1384. *OutputBin Main/Main: "
  1385.   (<<) cvx exec /OutputType (STD) (>>) cvx exec setpagedevice"
  1386. *End
  1387. *OutputBin Face-Up/Face-Up output tray: "
  1388.   (<<) cvx exec /OutputType (FACE-UP) (>>) cvx exec setpagedevice"
  1389. *End
  1390. *OutputBin BinUpperFD/Finisher bin 1: "
  1391.   (<<) cvx exec /OutputType (FINISHER TOP)(>>) cvx exec setpagedevice"
  1392. *End
  1393. *OutputBin BinMiddleFD/Finisher bin 2: "
  1394.   (<<) cvx exec /OutputType (FINISHER MIDDLE)(>>) cvx exec setpagedevice"
  1395. *End
  1396. *OutputBin BinLowerFD/Finisher bin 3: "
  1397.   (<<) cvx exec /OutputType (FINISHER BOTTOM)(>>) cvx exec setpagedevice"
  1398. *End
  1399. *OutputBin BinContinue/Any finisher bin: "
  1400.   (<<) cvx exec /OutputType (FINISHER AUTO)(>>) cvx exec setpagedevice"
  1401. *End
  1402. *?OutputBin: "save
  1403.  currentpagedevice dup /OutputType known
  1404.  {/OutputType get
  1405.  [
  1406.  [ (Main)           (STD) ]
  1407.  [ (Face-Up)        (FACE-UP) ]
  1408.  [ (BinUpperFD)     (FINISHER TOP) ]
  1409.  [ (BinMiddleFD)    (FINISHER MIDDLE) ]
  1410.  [ (BinLowerFD)     (FINISHER BOTTOM) ]
  1411.  [ (BinContinue)    (FINISHER AUTO) ]
  1412.  ]
  1413.  {aload pop 2 index eq {(0) exit}{pop} ifelse} forall
  1414.  (0) eq {exch pop} {(Unknown)} ifelse
  1415.  }
  1416.  {pop (Unknown)} ifelse
  1417.  = flush
  1418. restore"
  1419. *End
  1420. *CloseUI: *OutputBin
  1421.  
  1422.  
  1423. *% ===== Jogging options =====
  1424. *%
  1425. *OpenUI *Jog/Jog: PickOne
  1426. *OrderDependency: 40.0 AnySetup *Jog
  1427. *DefaultJog: None
  1428. *Jog None/Do not jog: "(<<) cvx exec/Jog 0 (>>) cvx exec setpagedevice"
  1429. *Jog EndOfJob/Jog at end of job: "(<<) cvx exec/Jog 2 (>>) cvx exec setpagedevice"
  1430. *Jog EndOfSet/Jog at end of set: "(<<) cvx exec/Jog 3 (>>) cvx exec setpagedevice"
  1431. *?Jog: "save
  1432.  currentpagedevice /Jog get dup 2 eq
  1433.  {pop (EndOfJob)}
  1434.  {3 eq {(EndOfSet)} {(None)} ifelse}
  1435.  ifelse = flush
  1436. restore"
  1437. *End
  1438. *CloseUI: *Jog
  1439.  
  1440. *DefaultOutputOrder: Normal
  1441.  
  1442.  
  1443.  
  1444. *% ==== Print Quality (Resolution Enhance/Toner Saver) options ====
  1445. *%
  1446. *OpenUI *OutputMode/Print quality: PickOne
  1447. *OrderDependency: 50.0 AnySetup *OutputMode
  1448. *DefaultOutputMode: None
  1449. *OutputMode None/Normal: "(<<) cvx exec /PostRenderingEnhance false /PostRenderingEnhanceDetails
  1450.  (<<) cvx exec /Type 18 /REValue 0 /TonerSaver 0 (>>) cvx exec (>>) cvx exec  setpagedevice"
  1451. *End
  1452. *OutputMode TruRes/Refine: "(<<) cvx exec /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1453.  (<<) cvx exec /Type 18 /REValue 1 /TonerSaver 0 (>>) cvx exec (>>) cvx exec  setpagedevice"
  1454. *End
  1455. *OutputMode TonerSaver/Economy: "(<<) cvx exec /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1456.  (<<) cvx exec /Type 18 /REValue 0 /TonerSaver 1 (>>) cvx exec (>>) cvx exec  setpagedevice"
  1457. *End
  1458. *?OutputMode: "save
  1459.  currentpagedevice dup /PostRenderingEnhance known
  1460.  {dup /PostRenderingEnhance get
  1461.   {
  1462.    /PostRenderingEnhanceDetails get
  1463.    dup /Type get 18 eq
  1464.    {
  1465.     dup /REValue get 8 mul exch
  1466.     /TonerSaver get add dup 8 eq
  1467.     {pop (TruRes)}
  1468.     {1 eq {(TonerSaver)} {(None)}ifelse}
  1469.     ifelse
  1470.    }
  1471.    {pop (None)} ifelse
  1472.   }
  1473.   {pop (None)}
  1474.   ifelse}
  1475.  {pop (None)}
  1476.  ifelse = flush
  1477. restore"
  1478. *End
  1479. *CloseUI: *OutputMode
  1480.  
  1481.  
  1482.  
  1483. *% === IBStaple options ============
  1484. *% note:
  1485. *% This printer supports the following staple positions,
  1486. *% requiring the use of slightly nonstandard options.
  1487. *%
  1488. *% Single staple top left of portrait
  1489. *% Double staple center of portrait
  1490. *% Single staple top left of landscape
  1491. *% Double staple center of landscape
  1492. *%
  1493. *OpenUI *IBStaple/Staple Location: PickOne
  1494. *OrderDependency: 50.0 AnySetup *IBStaple
  1495. *DefaultIBStaple: None
  1496. *IBStaple None/Stapler off: "
  1497.  (<<) cvx exec/Staple 0 /StapleDetails
  1498.    (<<) cvx exec/Type 5 /Position (SinglePortrait) (>>) cvx exec (>>) cvx exec setpagedevice"
  1499. *End
  1500. *IBStaple SinglePortrait/Single staple portrait: "
  1501.  (<<) cvx exec/Staple 2 /StapleDetails
  1502.    (<<) cvx exec/Type 5 /Position (SinglePortrait) (>>) cvx exec (>>) cvx exec setpagedevice"
  1503. *End
  1504. *IBStaple DoublePortrait/Double staple portrait: "
  1505.  (<<) cvx exec/Staple 2 /StapleDetails
  1506.    (<<) cvx exec/Type 5 /Position (DoublePortrait) (>>) cvx exec (>>) cvx exec setpagedevice"
  1507. *End
  1508. *IBStaple SingleLandscape/Single staple landscape: "
  1509.  (<<) cvx exec/Staple 2 /StapleDetails
  1510.    (<<) cvx exec/Type 5 /Position (SingleLandscape) (>>) cvx exec (>>) cvx exec
  1511.   setpagedevice"
  1512. *End
  1513. *IBStaple DoubleLandscape/Double staple landscape: "
  1514.  (<<) cvx exec/Staple 2 /StapleDetails
  1515.    (<<) cvx exec/Type 5 /Position (DoubleLandscape) (>>) cvx exec (>>) cvx exec
  1516.   setpagedevice"
  1517. *End
  1518. *?IBStaple: "save
  1519.  currentpagedevice dup /Staple get 2 ne
  1520.  {pop (None)}
  1521.  {
  1522.   /StapleDetails get /Position get true
  1523.   [(SinglePortrait) (DoublePortrait) (SingleLandscape) (DoubleLandscape)]
  1524.   {2 index eq {false exit} if} forall
  1525.   exch pop {(None)} if
  1526.  } ifelse = flush
  1527. restore"
  1528. *End
  1529. *CloseUI: *IBStaple
  1530.  
  1531.  
  1532. *% ==== JamRecovery options ====
  1533. *%
  1534. *OpenUI *IBJamRecovery/Jam recovery: Boolean
  1535. *OrderDependency: 50.0 AnySetup *IBJamRecovery
  1536. *DefaultIBJamRecovery: False
  1537. *IBJamRecovery False/Off: "(<<) cvx exec /ExitJamRecovery false (>>) cvx exec  setpagedevice"
  1538. *IBJamRecovery True/On: "(<<) cvx exec /ExitJamRecovery true (>>) cvx exec  setpagedevice"
  1539. *?IBJamRecovery: "save
  1540.  currentpagedevice dup /ExitJamRecovery known
  1541.  {/ExitJamRecovery get {(True)}{(False)} ifelse}
  1542.  {pop (None)}
  1543.  ifelse = flush
  1544. restore"
  1545. *End
  1546. *CloseUI: *IBJamRecovery
  1547.  
  1548.  
  1549.  
  1550. *% ==== Halftone information ====
  1551. *%
  1552. *DefaultHalftoneType: 3
  1553. *ScreenFreq: "106.0"
  1554. *ScreenAngle: "45.0"
  1555.  
  1556. *DefaultScreenProc: Dot
  1557. *ScreenProc Dot: "
  1558.  {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub}
  1559.  {dup mul exch dup mul add 1 exch sub} ifelse}"
  1560. *End
  1561. *ScreenProc Line: "{pop}"
  1562. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1
  1563.  exch sub}"
  1564. *End
  1565.  
  1566. *DefaultTransfer: Null
  1567. *Transfer Null: "{ }"
  1568. *Transfer Null.Inverse: "{1 exch sub}"
  1569.  
  1570.  
  1571. *% ===== Page size selections =====
  1572.  
  1573.  
  1574. *% ===== Paper Handling =====
  1575. *%
  1576. *LandscapeOrientation:  Plus90
  1577.  
  1578.  
  1579. *% ===== Page Size selection
  1580. *%
  1581. *OpenUI *PageSize/Page size: PickOne
  1582. *OrderDependency: 56.0 AnySetup *PageSize
  1583. *DefaultPageSize: LetterEdge
  1584. *PageSize Letter/Letter: "
  1585.  userdict /setpagedevice systemdict /setpagedevice get put
  1586.  (<<) cvx exec /PageSize [612 792] /ImagingBBox null
  1587.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1588.  (>>) cvx exec setpagedevice"
  1589. *End
  1590. *PageSize LetterEdge/Letter Edge-to-Edge: "
  1591.  userdict /setpagedevice systemdict /setpagedevice get put
  1592.  (<<) cvx exec /PageSize [613 792] /ImagingBBox null
  1593.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1594.  (>>) cvx exec setpagedevice"
  1595. *End
  1596. *PageSize Legal/Legal: "
  1597.  userdict /setpagedevice systemdict /setpagedevice get put
  1598.  (<<) cvx exec /PageSize [612 1008] /ImagingBBox null
  1599.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1600.  (>>) cvx exec setpagedevice"
  1601. *End
  1602. *PageSize LegalEdge/Legal Edge-to-Edge: "
  1603.  userdict /setpagedevice systemdict /setpagedevice get put
  1604.  (<<) cvx exec /PageSize [613 1008] /ImagingBBox null
  1605.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1606.  (>>) cvx exec setpagedevice"
  1607. *End
  1608. *PageSize Tabloid/11x17: "
  1609.  userdict /setpagedevice systemdict /setpagedevice get put
  1610.  (<<) cvx exec /PageSize [792 1224] /ImagingBBox null
  1611.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1612.  (>>) cvx exec setpagedevice"
  1613. *End
  1614. *PageSize TabloidEdge/11x17 Edge-to-Edge: "
  1615.  userdict /setpagedevice systemdict /setpagedevice get put
  1616.  (<<) cvx exec /PageSize [793 1224] /ImagingBBox null
  1617.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1618.  (>>) cvx exec setpagedevice"
  1619. *End
  1620. *PageSize A4/A4: "
  1621.  userdict /setpagedevice systemdict /setpagedevice get put
  1622.  (<<) cvx exec /PageSize [595 842] /ImagingBBox null
  1623.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1624.  (>>) cvx exec setpagedevice"
  1625. *End
  1626. *PageSize A4Edge/A4 Edge-to-Edge: "
  1627.  userdict /setpagedevice systemdict /setpagedevice get put
  1628.  (<<) cvx exec /PageSize [596 842] /ImagingBBox null
  1629.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1630.  (>>) cvx exec setpagedevice"
  1631. *End
  1632. *PageSize B5/B5-JIS: "
  1633.  userdict /setpagedevice systemdict /setpagedevice get put
  1634.  (<<) cvx exec /PageSize [516 729] /ImagingBBox null
  1635.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1636.  (>>) cvx exec setpagedevice"
  1637. *End
  1638. *PageSize B5Edge/B5-JIS Edge-to-Edge: "
  1639.  userdict /setpagedevice systemdict /setpagedevice get put
  1640.  (<<) cvx exec /PageSize [517 729] /ImagingBBox null
  1641.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1642.  (>>) cvx exec setpagedevice"
  1643. *End
  1644. *PageSize B4/B4: "
  1645.  userdict /setpagedevice systemdict /setpagedevice get put
  1646.  (<<) cvx exec /PageSize [729 1032] /ImagingBBox null
  1647.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1648.  (>>) cvx exec setpagedevice"
  1649. *End
  1650. *PageSize B4Edge/B4 Edge-to-Edge: "
  1651.  userdict /setpagedevice systemdict /setpagedevice get put
  1652.  (<<) cvx exec /PageSize [730 1032] /ImagingBBox null
  1653.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1654.  (>>) cvx exec setpagedevice"
  1655. *End
  1656. *PageSize A5/A5: "
  1657.  userdict /setpagedevice systemdict /setpagedevice get put
  1658.  (<<) cvx exec /PageSize [420 595] /ImagingBBox null
  1659.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1660.  (>>) cvx exec setpagedevice"
  1661. *End
  1662. *PageSize A5Edge/A5 Edge-to-Edge: "
  1663.  userdict /setpagedevice systemdict /setpagedevice get put
  1664.  (<<) cvx exec /PageSize [421 595] /ImagingBBox null
  1665.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1666.  (>>) cvx exec setpagedevice"
  1667. *End
  1668. *PageSize A3/A3: "
  1669.  userdict /setpagedevice systemdict /setpagedevice get put
  1670.  (<<) cvx exec /PageSize [842 1191] /ImagingBBox null
  1671.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1672.  (>>) cvx exec setpagedevice"
  1673. *End
  1674. *PageSize A3Edge/A3 Edge-to-Edge: "
  1675.  userdict /setpagedevice systemdict /setpagedevice get put
  1676.  (<<) cvx exec /PageSize [843 1191] /ImagingBBox null
  1677.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1678.  (>>) cvx exec setpagedevice"
  1679. *End
  1680. *PageSize Executive/Executive: "
  1681.  userdict /setpagedevice systemdict /setpagedevice get put
  1682.  (<<) cvx exec /PageSize [522 756] /ImagingBBox null
  1683.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1684.  (>>) cvx exec setpagedevice"
  1685. *End
  1686. *PageSize ExecutiveEdge/Executive Edge-to-Edge: "
  1687.  userdict /setpagedevice systemdict /setpagedevice get put
  1688.  (<<) cvx exec /PageSize [523 756] /ImagingBBox null
  1689.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1690.  (>>) cvx exec setpagedevice"
  1691. *End
  1692. *PageSize Statement/Statement: "
  1693.  userdict /setpagedevice systemdict /setpagedevice get put
  1694.  (<<) cvx exec /PageSize [396 612] /ImagingBBox null
  1695.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1696.  (>>) cvx exec setpagedevice"
  1697. *End
  1698. *PageSize StatementEdge/Statement Edge-to-Edge: "
  1699.  userdict /setpagedevice systemdict /setpagedevice get put
  1700.  (<<) cvx exec /PageSize [397 612] /ImagingBBox null
  1701.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1702.  (>>) cvx exec setpagedevice"
  1703. *End
  1704. *PageSize FanFoldGermanLegal/Folio: "
  1705.  userdict /setpagedevice systemdict /setpagedevice get put
  1706.  (<<) cvx exec /PageSize [612 936] /ImagingBBox null
  1707.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1708.  (>>) cvx exec setpagedevice"
  1709. *End
  1710. *PageSize FanFoldGermanLegalEdge/Folio Edge-to-Edge: "
  1711.  userdict /setpagedevice systemdict /setpagedevice get put
  1712.  (<<) cvx exec /PageSize [613 936] /ImagingBBox null
  1713.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1714.  (>>) cvx exec setpagedevice"
  1715. *End
  1716. *PageSize Universal/Universal 11.69 x 17 in: "
  1717.  userdict /setpagedevice systemdict /setpagedevice get put
  1718.  (<<) cvx exec /PageSize [840 1224] /ImagingBBox null
  1719.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1720.  (>>) cvx exec setpagedevice"
  1721. *End
  1722. *PageSize UniversalEdge/Universal 11.69 x 17 in Edge: "
  1723.  userdict /setpagedevice systemdict /setpagedevice get put
  1724.  (<<) cvx exec /PageSize [841 1224] /ImagingBBox null
  1725.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1726.  (>>) cvx exec setpagedevice"
  1727. *End
  1728. *PageSize Hagaki/Hagaki: "
  1729.  userdict /setpagedevice [systemdict /setpagedevice get 283 419
  1730.  /translate load 180 /rotate load] cvx put
  1731.  (<<) cvx exec /PageSize [283 419] /ImagingBBox null
  1732.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1733.  (>>) cvx exec setpagedevice"
  1734. *End
  1735. *PageSize HagakiEdge/Hagaki Edge-to-Edge: "
  1736.  userdict /setpagedevice [systemdict /setpagedevice get 283 419
  1737.  /translate load 180 /rotate load] cvx put
  1738.  (<<) cvx exec /PageSize [284 419] /ImagingBBox null
  1739.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1740.  (>>) cvx exec setpagedevice"
  1741. *End
  1742. *PageSize EnvMonarch/Monarch envelope: "
  1743.  userdict /setpagedevice [systemdict /setpagedevice get 279 540
  1744.  /translate load 180 /rotate load] cvx put
  1745.  (<<) cvx exec /PageSize [279 540] /ImagingBBox null
  1746.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1747.  (>>) cvx exec setpagedevice"
  1748. *End
  1749. *PageSize EnvMonarchEdge/Monarch envelope Edge-to-Edge: "
  1750.  userdict /setpagedevice [systemdict /setpagedevice get 279 540
  1751.  /translate load 180 /rotate load] cvx put
  1752.  (<<) cvx exec /PageSize [280 540] /ImagingBBox null
  1753.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1754.  (>>) cvx exec setpagedevice"
  1755. *End
  1756. *PageSize Env10/Com10 envelope: "
  1757.  userdict /setpagedevice [systemdict /setpagedevice get 297 684
  1758.  /translate load 180 /rotate load] cvx put
  1759.  (<<) cvx exec /PageSize [297 684] /ImagingBBox null
  1760.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1761.  (>>) cvx exec setpagedevice"
  1762. *End
  1763. *PageSize Env10Edge/Com10 envelope Edge-to-Edge: "
  1764.  userdict /setpagedevice [systemdict /setpagedevice get 297 684
  1765.  /translate load 180 /rotate load] cvx put
  1766.  (<<) cvx exec /PageSize [298 684] /ImagingBBox null
  1767.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1768.  (>>) cvx exec setpagedevice"
  1769. *End
  1770. *PageSize EnvC5/C5 envelope: "
  1771.  userdict /setpagedevice [systemdict /setpagedevice get 459 649
  1772.  /translate load 180 /rotate load] cvx put
  1773.  (<<) cvx exec /PageSize [459 649] /ImagingBBox null
  1774.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1775.  (>>) cvx exec setpagedevice"
  1776. *End
  1777. *PageSize EnvC5Edge/C5 envelope Edge-to-Edge: "
  1778.  userdict /setpagedevice [systemdict /setpagedevice get 459 649
  1779.  /translate load 180 /rotate load] cvx put
  1780.  (<<) cvx exec /PageSize [460 649] /ImagingBBox null
  1781.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1782.  (>>) cvx exec setpagedevice"
  1783. *End
  1784. *PageSize EnvDL/DL envelope: "
  1785.  userdict /setpagedevice [systemdict /setpagedevice get 312 624
  1786.  /translate load 180 /rotate load] cvx put
  1787.  (<<) cvx exec /PageSize [312 624] /ImagingBBox null
  1788.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1789.  (>>) cvx exec setpagedevice"
  1790. *End
  1791. *PageSize EnvDLEdge/DL envelope Edge-to-Edge: "
  1792.  userdict /setpagedevice [systemdict /setpagedevice get 312 624
  1793.  /translate load 180 /rotate load] cvx put
  1794.  (<<) cvx exec /PageSize [313 624] /ImagingBBox null
  1795.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1796.  (>>) cvx exec setpagedevice"
  1797. *End
  1798. *PageSize EnvUniversal/Universal Env 8.5 x 9.64 in: "
  1799.  userdict /setpagedevice [systemdict /setpagedevice get 611 694
  1800.  /translate load 180 /rotate load] cvx put
  1801.  (<<) cvx exec /PageSize [611 694] /ImagingBBox null
  1802.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1803.  (>>) cvx exec setpagedevice"
  1804. *End
  1805. *PageSize EnvUniversalEdge/Universal Env 8.5 x 9.64 in Edg: "
  1806.  userdict /setpagedevice [systemdict /setpagedevice get 612 694
  1807.  /translate load 180 /rotate load] cvx put
  1808.  (<<) cvx exec /PageSize [612 694] /ImagingBBox null
  1809.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1810.  (>>) cvx exec setpagedevice"
  1811. *End
  1812. *?PageSize: "
  1813.   save
  1814.   currentpagedevice /PageSize get aload pop
  1815.   2 copy gt {exch} if
  1816.   (Unknown)
  1817.   (<<) cvx exec
  1818.      [612 792]  (Letter)
  1819.      [613 792]  (LetterEdge)
  1820.      [612 1008] (Legal)
  1821.      [613 1008] (LegalEdge)
  1822.      [792 1224] (Tabloid/11x17)
  1823.      [793 1224] (TabloidEdge/11x17)
  1824.      [595 842]  (A4)
  1825.      [596 842]  (A4Edge)
  1826.      [516 729]  (B5)
  1827.      [517 729]  (B5Edge)
  1828.      [729 1032] (B4)
  1829.      [730 1032] (B4Edge)
  1830.      [420 595]  (A5)
  1831.      [421 595]  (A5Edge)
  1832.      [842 1191] (A3)
  1833.      [843 1191] (A3Edge)
  1834.      [522 756]  (Executive)
  1835.      [523 756]  (ExecutiveEdge)
  1836.      [396 612]  (Statement)
  1837.      [397 612]  (StatementEdge)
  1838.      [612 936]  (FanFoldGermanLegal)
  1839.      [613 936]  (FanFoldGermanLegalEdge)
  1840.      [840 1224] (Universal)
  1841.      [841 1224] (UniversalEdge)
  1842.      [283 419]  (Hagaki)
  1843.      [284 419]  (HagakiEdge)
  1844.      [279 540]  (EnvMonarch)
  1845.      [280 540]  (EnvMonarchEdge)
  1846.      [297 684]  (Env10)
  1847.      [298 684]  (Env10Edge)
  1848.      [459 649]  (EnvC5)
  1849.      [460 649]  (EnvC5Edge)
  1850.      [312 624]  (EnvDL)
  1851.      [313 624]  (EnvDLEdge)
  1852.      [611 694] (EnvUniversal)
  1853.      [612 694] (EnvUniversalEdge)
  1854.   (>>) cvx exec
  1855.   { exch aload pop
  1856.     4 index sub abs 5 le exch 5 index sub abs 5 le and
  1857.     {exch pop exit}
  1858.     {pop}
  1859.     ifelse
  1860.   } bind forall
  1861.   = flush pop pop
  1862.   restore"
  1863. *End
  1864. *CloseUI: *PageSize
  1865.  
  1866.  
  1867. *% ===== page region =====
  1868. *%
  1869. *OpenUI *PageRegion/Page region: PickOne
  1870. *OrderDependency: 55.0 AnySetup *PageRegion
  1871. *DefaultPageRegion: LetterEdge
  1872. *PageRegion Letter/Letter: "
  1873.  userdict /setpagedevice systemdict /setpagedevice get put
  1874.  (<<) cvx exec /PageSize [612 792] /ImagingBBox null
  1875.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1876.  (>>) cvx exec setpagedevice"
  1877. *End
  1878. *PageRegion LetterEdge/Letter Edge-to-Edge: "
  1879.  userdict /setpagedevice systemdict /setpagedevice get put
  1880.  (<<) cvx exec /PageSize [613 792] /ImagingBBox null
  1881.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1882.  (>>) cvx exec setpagedevice"
  1883. *End
  1884. *PageRegion Legal/Legal: "
  1885.  userdict /setpagedevice systemdict /setpagedevice get put
  1886.  (<<) cvx exec /PageSize [612 1008] /ImagingBBox null
  1887.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1888.  (>>) cvx exec setpagedevice"
  1889. *End
  1890. *PageRegion LegalEdge/Legal Edge-to-Edge: "
  1891.  userdict /setpagedevice systemdict /setpagedevice get put
  1892.  (<<) cvx exec /PageSize [613 1008] /ImagingBBox null
  1893.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1894.  (>>) cvx exec setpagedevice"
  1895. *End
  1896. *PageRegion Tabloid/11x17: "
  1897.  userdict /setpagedevice systemdict /setpagedevice get put
  1898.  (<<) cvx exec /PageSize [792 1224] /ImagingBBox null
  1899.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1900.  (>>) cvx exec setpagedevice"
  1901. *End
  1902. *PageRegion TabloidEdge/11x17 Edge-to-Edge: "
  1903.  userdict /setpagedevice systemdict /setpagedevice get put
  1904.  (<<) cvx exec /PageSize [793 1224] /ImagingBBox null
  1905.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1906.  (>>) cvx exec setpagedevice"
  1907. *End
  1908. *PageRegion A4/A4: "
  1909.  userdict /setpagedevice systemdict /setpagedevice get put
  1910.  (<<) cvx exec /PageSize [595 842] /ImagingBBox null
  1911.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1912.  (>>) cvx exec setpagedevice"
  1913. *End
  1914. *PageRegion A4Edge/A4 Edge-to-Edge: "
  1915.  userdict /setpagedevice systemdict /setpagedevice get put
  1916.  (<<) cvx exec /PageSize [596 842] /ImagingBBox null
  1917.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1918.  (>>) cvx exec setpagedevice"
  1919. *End
  1920. *PageRegion B5/B5-JIS: "
  1921.  userdict /setpagedevice systemdict /setpagedevice get put
  1922.  (<<) cvx exec /PageSize [516 729] /ImagingBBox null
  1923.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1924.  (>>) cvx exec setpagedevice"
  1925. *End
  1926. *PageRegion B5Edge/B5-JIS Edge-to-Edge: "
  1927.  userdict /setpagedevice systemdict /setpagedevice get put
  1928.  (<<) cvx exec /PageSize [517 729] /ImagingBBox null
  1929.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1930.  (>>) cvx exec setpagedevice"
  1931. *End
  1932. *PageRegion B4/B4: "
  1933.  userdict /setpagedevice systemdict /setpagedevice get put
  1934.  (<<) cvx exec /PageSize [729 1032] /ImagingBBox null
  1935.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1936.  (>>) cvx exec setpagedevice"
  1937. *End
  1938. *PageRegion B4Edge/B4 Edge-to-Edge: "
  1939.  userdict /setpagedevice systemdict /setpagedevice get put
  1940.  (<<) cvx exec /PageSize [730 1032] /ImagingBBox null
  1941.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1942.  (>>) cvx exec setpagedevice"
  1943. *End
  1944. *PageRegion A5/A5: "
  1945.  userdict /setpagedevice systemdict /setpagedevice get put
  1946.  (<<) cvx exec /PageSize [420 595] /ImagingBBox null
  1947.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1948.  (>>) cvx exec setpagedevice"
  1949. *End
  1950. *PageRegion A5Edge/A5 Edge-to-Edge: "
  1951.  userdict /setpagedevice systemdict /setpagedevice get put
  1952.  (<<) cvx exec /PageSize [421 595] /ImagingBBox null
  1953.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1954.  (>>) cvx exec setpagedevice"
  1955. *End
  1956. *PageRegion A3/A3: "
  1957.  userdict /setpagedevice systemdict /setpagedevice get put
  1958.  (<<) cvx exec /PageSize [842 1191] /ImagingBBox null
  1959.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1960.  (>>) cvx exec setpagedevice"
  1961. *End
  1962. *PageRegion A3Edge/A3 Edge-to-Edge: "
  1963.  userdict /setpagedevice systemdict /setpagedevice get put
  1964.  (<<) cvx exec /PageSize [843 1191] /ImagingBBox null
  1965.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1966.  (>>) cvx exec setpagedevice"
  1967. *End
  1968. *PageRegion Executive/Executive: "
  1969.  userdict /setpagedevice systemdict /setpagedevice get put
  1970.  (<<) cvx exec /PageSize [522 756] /ImagingBBox null
  1971.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1972.  (>>) cvx exec setpagedevice"
  1973. *End
  1974. *PageRegion ExecutiveEdge/Executive Edge-to-Edge: "
  1975.  userdict /setpagedevice systemdict /setpagedevice get put
  1976.  (<<) cvx exec /PageSize [523 756] /ImagingBBox null
  1977.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1978.  (>>) cvx exec setpagedevice"
  1979. *End
  1980. *PageRegion Statement/Statement: "
  1981.  userdict /setpagedevice systemdict /setpagedevice get put
  1982.  (<<) cvx exec /PageSize [396 612] /ImagingBBox null
  1983.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1984.  (>>) cvx exec setpagedevice"
  1985. *End
  1986. *PageRegion StatementEdge/Statement Edge-to-Edge: "
  1987.  userdict /setpagedevice systemdict /setpagedevice get put
  1988.  (<<) cvx exec /PageSize [397 612] /ImagingBBox null
  1989.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1990.  (>>) cvx exec setpagedevice"
  1991. *End
  1992. *PageRegion FanFoldGermanLegal/Folio: "
  1993.  userdict /setpagedevice systemdict /setpagedevice get put
  1994.  (<<) cvx exec /PageSize [612 936] /ImagingBBox null
  1995.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1996.  (>>) cvx exec setpagedevice"
  1997. *End
  1998. *PageRegion FanFoldGermanLegalEdge/Folio Edge-to-Edge: "
  1999.  userdict /setpagedevice systemdict /setpagedevice get put
  2000.  (<<) cvx exec /PageSize [613 936] /ImagingBBox null
  2001.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2002.  (>>) cvx exec setpagedevice"
  2003. *End
  2004. *PageRegion Universal/Universal 11.69 x 17 in: "
  2005.  userdict /setpagedevice systemdict /setpagedevice get put
  2006.  (<<) cvx exec /PageSize [840 1224] /ImagingBBox null
  2007.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2008.  (>>) cvx exec setpagedevice"
  2009. *End
  2010. *PageRegion UniversalEdge/Universal 11.69 x 17 in Edge: "
  2011.  userdict /setpagedevice systemdict /setpagedevice get put
  2012.  (<<) cvx exec /PageSize [841 1224] /ImagingBBox null
  2013.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2014.  (>>) cvx exec setpagedevice"
  2015. *End
  2016. *PageRegion Hagaki/Hagaki: "
  2017.  userdict /setpagedevice [systemdict /setpagedevice get 283 419
  2018.  /translate load 180 /rotate load] cvx put
  2019.  (<<) cvx exec /PageSize [283 419] /ImagingBBox null
  2020.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2021.  (>>) cvx exec setpagedevice"
  2022. *End
  2023. *PageRegion HagakiEdge/Hagaki Edge-to-Edge: "
  2024.  userdict /setpagedevice [systemdict /setpagedevice get 284 419
  2025.  /translate load 180 /rotate load] cvx put
  2026.  (<<) cvx exec /PageSize [284 419] /ImagingBBox null
  2027.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2028.  (>>) cvx exec setpagedevice"
  2029. *End
  2030. *PageRegion EnvMonarch/Monarch envelope: "
  2031.  userdict /setpagedevice [systemdict /setpagedevice get 279 540
  2032.  /translate load 180 /rotate load] cvx put
  2033.  (<<) cvx exec /PageSize [279 540] /ImagingBBox null
  2034.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2035.  (>>) cvx exec setpagedevice"
  2036. *End
  2037. *PageRegion EnvMonarchEdge/Monarch envelope Edge-to-Edge: "
  2038.  userdict /setpagedevice [systemdict /setpagedevice get 280 540
  2039.  /translate load 180 /rotate load] cvx put
  2040.  (<<) cvx exec /PageSize [280 540] /ImagingBBox null
  2041.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2042.  (>>) cvx exec setpagedevice"
  2043. *End
  2044. *PageRegion Env10/Com10 envelope: "
  2045.  userdict /setpagedevice [systemdict /setpagedevice get 297 684
  2046.  /translate load 180 /rotate load] cvx put
  2047.  (<<) cvx exec /PageSize [297 684] /ImagingBBox null
  2048.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2049.  (>>) cvx exec setpagedevice"
  2050. *End
  2051. *PageRegion Env10Edge/Com10 envelope Edge-to-Edge: "
  2052.  userdict /setpagedevice [systemdict /setpagedevice get 298 684
  2053.  /translate load 180 /rotate load] cvx put
  2054.  (<<) cvx exec /PageSize [298 684] /ImagingBBox null
  2055.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2056.  (>>) cvx exec setpagedevice"
  2057. *End
  2058. *PageRegion EnvC5/C5 envelope: "
  2059.  userdict /setpagedevice [systemdict /setpagedevice get 459 649
  2060.  /translate load 180 /rotate load] cvx put
  2061.  (<<) cvx exec /PageSize [459 649] /ImagingBBox null
  2062.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2063.  (>>) cvx exec setpagedevice"
  2064. *End
  2065. *PageRegion EnvC5Edge/C5 envelope Edge-to-Edge: "
  2066.  userdict /setpagedevice [systemdict /setpagedevice get 460 649
  2067.  /translate load 180 /rotate load] cvx put
  2068.  (<<) cvx exec /PageSize [460 649] /ImagingBBox null
  2069.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2070.  (>>) cvx exec setpagedevice"
  2071. *End
  2072. *PageRegion EnvDL/DL envelope: "
  2073.  userdict /setpagedevice [systemdict /setpagedevice get 312 624
  2074.  /translate load 180 /rotate load] cvx put
  2075.  (<<) cvx exec /PageSize [312 624] /ImagingBBox null
  2076.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2077.  (>>) cvx exec setpagedevice"
  2078. *End
  2079. *PageRegion EnvDLEdge/DL envelope Edge-to-Edge: "
  2080.  userdict /setpagedevice [systemdict /setpagedevice get 313 624
  2081.  /translate load 180 /rotate load] cvx put
  2082.  (<<) cvx exec /PageSize [313 624] /ImagingBBox null
  2083.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2084.  (>>) cvx exec setpagedevice"
  2085. *End
  2086. *PageRegion EnvUniversal/Universal Env 8.5 x 9.64 in: "
  2087.  userdict /setpagedevice [systemdict /setpagedevice get 611 694
  2088.  /translate load 180 /rotate load] cvx put
  2089.  (<<) cvx exec /PageSize [611 694] /ImagingBBox null
  2090.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2091.  (>>) cvx exec setpagedevice"
  2092. *End
  2093. *PageRegion EnvUniversalEdge/Universal Env 8.5 x 9.64 in Edg: "
  2094.  userdict /setpagedevice [systemdict /setpagedevice get 612 694
  2095.  /translate load 180 /rotate load] cvx put
  2096.  (<<) cvx exec /PageSize [612 694] /ImagingBBox null
  2097.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2098.  (>>) cvx exec setpagedevice"
  2099. *End
  2100. *CloseUI: *PageRegion
  2101.  
  2102. *RequiresPageRegion MPT/Auxiliary tray: True
  2103. *RequiresPageRegion Envelope/Envelope feeder: True
  2104. *RequiresPageRegion Tray1: True
  2105. *RequiresPageRegion Tray2: True
  2106. *RequiresPageRegion Tray3: True
  2107. *RequiresPageRegion Tray4: True
  2108. *RequiresPageRegion Tray5: True
  2109.  
  2110.  
  2111.  
  2112. *% ==== Imageable area ====
  2113. *%
  2114. *DefaultImageableArea: Letter
  2115. *ImageableArea Letter/Letter: "11.3041 11.9041 600.624 779.904  "
  2116. *ImageableArea LetterEdge/Letter Edge-to-Edge: "0.06 0.4801 612.06 791.52  "
  2117. *ImageableArea Legal/Legal: "12.144 11.3041 599.664 996.624  "
  2118. *ImageableArea LegalEdge/Legal Edge-to-Edge: "0.7201 0.06 611.28 1008.06  "
  2119. *ImageableArea Tabloid/11x17: "11.904 11.304 779.904 1212.62  "
  2120. *ImageableArea TabloidEdge/11x17 Edge-to-Edge: "0.4801 0.06 791.52 1224.06  "
  2121. *ImageableArea A4/A4: "11.3641 11.897 584.004 829.817  "
  2122. *ImageableArea A4Edge/A4 Edge-to-Edge: "0.06 0.3602 595.26 841.32  "
  2123. *ImageableArea B5/B5-JIS: "12.144 11.3715 503.664 717.211  "
  2124. *ImageableArea B5Edge/B5-JIS Edge-to-Edge: "0.6001 0.0603 515.16 728.46  "
  2125. *ImageableArea B4/B4: "11.544 12.7947 718.104 1020.43  "
  2126. *ImageableArea B4Edge/B4 Edge-to-Edge: "1.3201 0.0604 727.08 1031.82  "
  2127. *ImageableArea A5/A5: "11.364 3.7667 403.044 583.607  "
  2128. *ImageableArea A5Edge/A5 Edge-to-Edge: "0.06 0.0012 419.58 595.201  "
  2129. *ImageableArea A3/A3: "12.024 15.6863 829.944 1179.21  "
  2130. *ImageableArea A3Edge/A3 Edge-to-Edge: "0.3601 0.0023 841.32 1190.52  "
  2131. *ImageableArea Executive/Executive: "11.364 13.1041 510.804 742.704  "
  2132. *ImageableArea ExecutiveEdge/Executive Edge-to-Edge: "0.06 1.68 522.06 754.32  "
  2133. *ImageableArea Statement/Statement: "11.364 4.296 380.004 599.496  "
  2134. *ImageableArea StatementEdge/Statement Edge-to-Edge: "0.06 0.7201 396.06 611.28  "
  2135. *ImageableArea FanFoldGermanLegal/Folio: "12.144 11.3041 599.664 924.624  "
  2136. *ImageableArea FanFoldGermanLegalEdge/Folio Edge-to-Edge: "0.7201 0.06 611.28 936.06  "
  2137. *ImageableArea Universal/Universal 11.69 x 17 in: "12.024 11.304 829.944 1212.62  "
  2138. *ImageableArea UniversalEdge/Universal 11.69 x 17 in Edge: "0.3601 0.06 841.32 1224.06  "
  2139. *ImageableArea Hagaki/Hagaki: "13.4561 10.8512 270.736 407.691  "
  2140. *ImageableArea HagakiEdge/Hagaki Edge-to-Edge: "1.12 0.0 281.44 418.935  "
  2141. *ImageableArea EnvMonarch/Monarch envelope: "11.4961 12.816 267.696 527.376  "
  2142. *ImageableArea EnvMonarchEdge/Monarch envelope Edge-to-Edge: "0.0 1.2 279.0 538.8  "
  2143. *ImageableArea Env10/Com10 envelope: "11.2561 11.856 285.696 672.336  "
  2144. *ImageableArea Env10Edge/Com10 envelope Edge-to-Edge: "0.0 0.24 297.0 683.76  "
  2145. *ImageableArea EnvC5/C5 envelope: "11.076 11.4822 447.636 637.402  "
  2146. *ImageableArea EnvC5Edge/C5 envelope Edge-to-Edge: "0.0 0.0366 458.94 648.997  "
  2147. *ImageableArea EnvDL/DL envelope: "11.616 12.6667 300.696 611.707  "
  2148. *ImageableArea EnvDLEdge/DL envelope Edge-to-Edge: "0.1801 1.1995 311.94 623.279  "
  2149. *ImageableArea EnvUniversal/Universal Env 8.5 x 9.64 in: "10.3761 13.1443 599.696 681.304  "
  2150. *ImageableArea EnvUniversalEdge/Universal Env 8.5 x 9.64 in Edg: "0.0 1.6483 611.94 692.848  "
  2151. *?ImageableArea: "save
  2152.  /cvp {(                ) cvs print ( )print} bind def
  2153.  /upperright {10000 mul floor 10000 div} bind def
  2154.  /lowerleft {10000 mul ceiling 10000 div} bind def
  2155.  newpath clippath pathbbox
  2156.  4 -2 roll exch 2 {lowerleft cvp} repeat
  2157.  exch 2 {upperright cvp} repeat ( ) = flush
  2158. restore"
  2159. *End
  2160.  
  2161.  
  2162. *% ==== Physical dimensions of the paper by keyword ====
  2163. *%
  2164. *DefaultPaperDimension: LetterEdge
  2165. *PaperDimension Letter/Letter: "612 792"
  2166. *PaperDimension LetterEdge/Letter Edge-to-Edge: "613 792"
  2167. *PaperDimension Legal/Legal: "612 1008"
  2168. *PaperDimension LegalEdge/Legal Edge-to-Edge: "613 1008"
  2169. *PaperDimension Tabloid/11x17: "792 1224"
  2170. *PaperDimension TabloidEdge/11x17 Edge-to-Edge: "793 1224"
  2171. *PaperDimension A4/A4: "595 842"
  2172. *PaperDimension A4Edge/A4 Edge-to-Edge: "596 842"
  2173. *PaperDimension B5/B5-JIS: "516 729"
  2174. *PaperDimension B5Edge/B5-JIS Edge-to-Edge: "517 729"
  2175. *PaperDimension B4/B4: "729 1032"
  2176. *PaperDimension B4Edge/B4 Edge-to-Edge: "730 1032"
  2177. *PaperDimension A5/A5: "420 595"
  2178. *PaperDimension A5Edge/A5 Edge-to-Edge: "421 595"
  2179. *PaperDimension A3/A3: "842 1191"
  2180. *PaperDimension A3Edge/A3 Edge-to-Edge: "843 1191"
  2181. *PaperDimension Executive/Executive: "522 756"
  2182. *PaperDimension ExecutiveEdge/Executive Edge-to-Edge: "523 756"
  2183. *PaperDimension Statement/Statement: "396 612"
  2184. *PaperDimension StatementEdge/Statement Edge-to-Edge: "397 612"
  2185. *PaperDimension FanFoldGermanLegal/Folio: "612 936"
  2186. *PaperDimension FanFoldGermanLegalEdge/Folio Edge-to-Edge: "613 936"
  2187. *PaperDimension Universal/Universal 11.69 x 17 in: "840 1224"
  2188. *PaperDimension UniversalEdge/Universal 11.69 x 17 in Edge: "841 1224"
  2189. *PaperDimension Hagaki/Hagaki: "283 419"
  2190. *PaperDimension HagakiEdge/Hagaki Edge-to-Edge: "284 419"
  2191. *PaperDimension EnvMonarch/Monarch envelope: "279 540"
  2192. *PaperDimension EnvMonarchEdge/Monarch envelope Edge-to-Edge: "280 540"
  2193. *PaperDimension Env10/Com10 envelope: "297 684"
  2194. *PaperDimension Env10Edge/Com10 envelope Edge-to-Edge: "298 684"
  2195. *PaperDimension EnvC5/C5 envelope: "459 649"
  2196. *PaperDimension EnvC5Edge/C5 envelope Edge-to-Edge: "460 649"
  2197. *PaperDimension EnvDL/DL envelope: "312 624"
  2198. *PaperDimension EnvDLEdge/DL envelope Edge-to-Edge: "313 624"
  2199. *PaperDimension EnvUniversal/Universal Env 8.5 x 9.64 in: "611 694"
  2200. *PaperDimension EnvUniversalEdge/Universal Env 8.5 x 9.64 in Edg: "612 694"
  2201.  
  2202. *% ===== Fonts available =====
  2203.  
  2204.  
  2205. *% ==== Font Information ====
  2206. *%
  2207. *DefaultFont: Courier
  2208. *Font AlbertusMT-Italic: Standard "(001.000)" Standard ROM
  2209. *Font AlbertusMT-Light: Standard "(001.000)" Standard ROM
  2210. *Font AlbertusMT: Standard "(001.000)" Standard ROM
  2211. *Font AntiqueOlive-Bold: Standard "(501.007)" Standard ROM
  2212. *Font AntiqueOlive-Compact: Standard "(501.006)" Standard ROM
  2213. *Font AntiqueOlive-Italic: Standard "(501.008)" Standard ROM
  2214. *Font AntiqueOlive-Roman: Standard "(501.006)" Standard ROM
  2215. *Font Apple-Chancery: Standard "(001.000)" Standard ROM
  2216. *Font Arial-BoldItalicMT: Standard "(501.006)" Standard ROM
  2217. *Font Arial-BoldMT: Standard "(501.005)" Standard ROM
  2218. *Font Arial-ItalicMT: Standard "(501.008)" Standard ROM
  2219. *Font ArialMT: Standard "(501.005)" Standard ROM
  2220. *Font AvantGarde-Book: Standard "(501.007)" Standard ROM
  2221. *Font AvantGarde-BookOblique: Standard "(501.007)" Standard ROM
  2222. *Font AvantGarde-Demi: Standard "(501.008)" Standard ROM
  2223. *Font AvantGarde-DemiOblique: Standard "(501.008)" Standard ROM
  2224. *Font Bodoni-Bold: Standard "(501.004)" Standard ROM
  2225. *Font Bodoni-BoldItalic: Standard "(501.005)" Standard ROM
  2226. *Font Bodoni-Italic: Standard "(501.005)" Standard ROM
  2227. *Font Bodoni-Poster: Standard "(501.007)" Standard ROM
  2228. *Font Bodoni-PosterCompressed: Standard "(501.005)" Standard ROM
  2229. *Font Bodoni: Standard "(501.006)" Standard ROM
  2230. *Font Bookman-Demi: Standard "(501.004)" Standard ROM
  2231. *Font Bookman-DemiItalic: Standard "(501.004)" Standard ROM
  2232. *Font Bookman-Light: Standard "(501.004)" Standard ROM
  2233. *Font Bookman-LightItalic: Standard "(501.004)" Standard ROM
  2234. *Font Carta: Special "(001.001)" Standard ROM
  2235. *Font Chicago: Standard "(501.008)" Standard ROM
  2236. *Font Clarendon-Bold: Standard "(501.006)" Standard ROM
  2237. *Font Clarendon-Light: Standard "(501.007)" Standard ROM
  2238. *Font Clarendon: Standard "(501.006)" Standard ROM
  2239. *Font CooperBlack-Italic: Standard "(001.003)" Standard ROM
  2240. *Font CooperBlack: Standard "(001.003)" Standard ROM
  2241. *Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard ROM
  2242. *Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard ROM
  2243. *Font Coronet-Regular: Standard "(001.000)" Standard ROM
  2244. *Font Courier-Bold: Standard "(501.007)" Standard ROM
  2245. *Font Courier-BoldOblique: Standard "(501.007)" Standard ROM
  2246. *Font Courier-Oblique: Standard "(501.008)" Standard ROM
  2247. *Font Courier: Standard "(501.008)" Standard ROM
  2248. *Font Eurostile-Bold: Standard "(501.006)" Standard ROM
  2249. *Font Eurostile-BoldExtendedTwo: Standard "(501.006)" Standard ROM
  2250. *Font Eurostile-ExtendedTwo: Standard "(501.006)" Standard ROM
  2251. *Font Eurostile: Standard "(501.006)" Standard ROM
  2252. *Font Geneva: Standard "(501.005)" Standard ROM
  2253. *Font GillSans-Bold: Standard "(501.005)" Standard ROM
  2254. *Font GillSans-BoldCondensed: Standard "(501.004)" Standard ROM
  2255. *Font GillSans-BoldItalic: Standard "(501.005)" Standard ROM
  2256. *Font GillSans-Condensed: Standard "(501.005)" Standard ROM
  2257. *Font GillSans-ExtraBold: Standard "(501.005)" Standard ROM
  2258. *Font GillSans-Italic: Standard "(501.005)" Standard ROM
  2259. *Font GillSans-Light: Standard "(501.006)" Standard ROM
  2260. *Font GillSans-LightItalic: Standard "(501.006)" Standard ROM
  2261. *Font GillSans: Standard "(501.006)" Standard ROM
  2262. *Font Goudy-Bold: Standard "(001.002)" Standard ROM
  2263. *Font Goudy-BoldItalic: Standard "(001.002)" Standard ROM
  2264. *Font Goudy-ExtraBold: Standard "(001.001)" Standard ROM
  2265. *Font Goudy-Italic: Standard "(001.002)" Standard ROM
  2266. *Font Goudy: Standard "(001.003)" Standard ROM
  2267. *Font Helvetica-Bold: Standard "(501.007)" Standard ROM
  2268. *Font Helvetica-BoldOblique: Standard "(501.007)" Standard ROM
  2269. *Font Helvetica-Condensed-Bold: Standard "(501.007)" Standard ROM
  2270. *Font Helvetica-Condensed-BoldObl: Standard "(501.007)" Standard ROM
  2271. *Font Helvetica-Condensed-Oblique: Standard "(501.007)" Standard ROM
  2272. *Font Helvetica-Condensed: Standard "(501.007)" Standard ROM
  2273. *Font Helvetica-Narrow-Bold: Standard "(501.007)" Standard ROM
  2274. *Font Helvetica-Narrow-BoldOblique: Standard "(501.007)" Standard ROM
  2275. *Font Helvetica-Narrow-Oblique: Standard "(501.005)" Standard ROM
  2276. *Font Helvetica-Narrow: Standard "(501.005)" Standard ROM
  2277. *Font Helvetica-Oblique: Standard "(501.005)" Standard ROM
  2278. *Font Helvetica: Standard "(501.005)" Standard ROM
  2279. *Font HoeflerText-Black: Standard "(501.005)" Standard ROM
  2280. *Font HoeflerText-BlackItalic: Standard "(501.005)" Standard ROM
  2281. *Font HoeflerText-Italic: Standard "(501.007)" Standard ROM
  2282. *Font HoeflerText-Ornaments: Standard "(001.000)" Standard ROM
  2283. *Font HoeflerText-Regular: Standard "(501.005)" Standard ROM
  2284. *Font JoannaMT-Bold: Standard "(501.006)" Standard ROM
  2285. *Font JoannaMT-BoldItalic: Standard "(501.006)" Standard ROM
  2286. *Font JoannaMT-Italic: Standard "(501.006)" Standard ROM
  2287. *Font JoannaMT: Standard "(501.006)" Standard ROM
  2288. *Font LetterGothic-Bold: Standard "(501.008)" Standard ROM
  2289. *Font LetterGothic-BoldSlanted: Standard "(501.008)" Standard ROM
  2290. *Font LetterGothic-Slanted: Standard "(501.008)" Standard ROM
  2291. *Font LetterGothic: Standard "(501.007)" Standard ROM
  2292. *Font LubalinGraph-Book: Standard "(501.007)" Standard ROM
  2293. *Font LubalinGraph-BookOblique: Standard "(501.007)" Standard ROM
  2294. *Font LubalinGraph-Demi: Standard "(501.007)" Standard ROM
  2295. *Font LubalinGraph-DemiOblique: Standard "(501.007)" Standard ROM
  2296. *Font Marigold: Standard "(001.000)" Standard ROM
  2297. *Font Monaco: Standard "(501.009)" Standard ROM
  2298. *Font MonaLisa-Recut: Standard "(001.000)" Standard ROM
  2299. *Font NewCenturySchlbk-Bold: Standard "(501.006)" Standard ROM
  2300. *Font NewCenturySchlbk-BoldItalic: Standard "(501.006)" Standard ROM
  2301. *Font NewCenturySchlbk-Italic: Standard "(501.009)" Standard ROM
  2302. *Font NewCenturySchlbk-Roman: Standard "(501.006)" Standard ROM
  2303. *Font NewYork: Standard "(501.009)" Standard ROM
  2304. *Font Optima-Bold: Standard "(501.006)" Standard ROM
  2305. *Font Optima-BoldItalic: Standard "(501.007)" Standard ROM
  2306. *Font Optima-Italic: Standard "(501.008)" Standard ROM
  2307. *Font Optima: Standard "(501.008)" Standard ROM
  2308. *Font Oxford: Standard "(001.000)" Standard ROM
  2309. *Font Palatino-Bold: Standard "(501.006)" Standard ROM
  2310. *Font Palatino-BoldItalic: Standard "(501.005)" Standard ROM
  2311. *Font Palatino-Italic: Standard "(501.006)" Standard ROM
  2312. *Font Palatino-Roman: Standard "(501.004)" Standard ROM
  2313. *Font StempelGaramond-Bold: Standard "(501.005)" Standard ROM
  2314. *Font StempelGaramond-BoldItalic: Standard "(501.009)" Standard ROM
  2315. *Font StempelGaramond-Italic: Standard "(501.007)" Standard ROM
  2316. *Font StempelGaramond-Roman: Standard "(501.008)" Standard ROM
  2317. *Font Symbol: Special "(001.008)" Standard ROM
  2318. *Font Tekton: Standard "(001.001)" Standard ROM
  2319. *Font Times-Bold: Standard "(501.006)" Standard ROM
  2320. *Font Times-BoldItalic: Standard "(501.005)" Standard ROM
  2321. *Font Times-Italic: Standard "(501.007)" Standard ROM
  2322. *Font Times-Roman: Standard "(501.007)" Standard ROM
  2323. *Font TimesNewRomanPS-BoldItalicMT: Standard "(501.008)" Standard ROM
  2324. *Font TimesNewRomanPS-BoldMT: Standard "(501.006)" Standard ROM
  2325. *Font TimesNewRomanPS-ItalicMT: Standard "(501.008)" Standard ROM
  2326. *Font TimesNewRomanPSMT: Standard "(501.006)" Standard ROM
  2327. *Font Univers-Bold: Standard "(501.006)" Standard ROM
  2328. *Font Univers-BoldExt: Standard "(501.008)" Standard ROM
  2329. *Font Univers-BoldExtObl: Standard "(501.008)" Standard ROM
  2330. *Font Univers-BoldOblique: Standard "(501.006)" Standard ROM
  2331. *Font Univers-Condensed: Standard "(501.009)" Standard ROM
  2332. *Font Univers-CondensedBold: Standard "(501.007)" Standard ROM
  2333. *Font Univers-CondensedBoldOblique: Standard "(501.007)" Standard ROM
  2334. *Font Univers-CondensedOblique: Standard "(501.009)" Standard ROM
  2335. *Font Univers-Extended: Standard "(501.007)" Standard ROM
  2336. *Font Univers-ExtendedObl: Standard "(501.007)" Standard ROM
  2337. *Font Univers-Light: Standard "(501.007)" Standard ROM
  2338. *Font Univers-LightOblique: Standard "(501.007)" Standard ROM
  2339. *Font Univers-Oblique: Standard "(501.007)" Standard ROM
  2340. *Font Univers: Standard "(501.007)" Standard ROM
  2341. *Font Wingdings-Regular: Special "(001.000)" Standard ROM
  2342. *Font ZapfChancery-MediumItalic: Standard "(002.000)" Standard ROM
  2343. *Font ZapfDingbats: Special "(001.005S)" Standard ROM
  2344. *Font AntiqueOliveCE-Bold: Win1250 "(501.007)" ExtendedRoman ROM
  2345. *Font AntiqueOliveCE-Compact: Win1250 "(501.006)" ExtendedRoman ROM
  2346. *Font AntiqueOliveCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
  2347. *Font AntiqueOliveCE-Roman: Win1250 "(501.006)" ExtendedRoman ROM
  2348. *Font Apple-ChanceryCE: Win1250 "(001.000)" ExtendedRoman ROM
  2349. *Font ArialCE-BoldItalic: Win1250 "(501.006)" ExtendedRoman ROM
  2350. *Font ArialCE-Bold: Win1250 "(501.005)" ExtendedRoman ROM
  2351. *Font ArialCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
  2352. *Font ArialCE: Win1250 "(501.005)" ExtendedRoman ROM
  2353. *Font AvantGardeCE-Book: Win1250 "(501.007)" ExtendedRoman ROM
  2354. *Font AvantGardeCE-BookOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2355. *Font AvantGardeCE-Demi: Win1250 "(501.008)" ExtendedRoman ROM
  2356. *Font AvantGardeCE-DemiOblique: Win1250 "(501.008)" ExtendedRoman ROM
  2357. *Font BodoniCE-Bold: Win1250 "(501.004)" ExtendedRoman ROM
  2358. *Font BodoniCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
  2359. *Font BodoniCE-Italic: Win1250 "(501.005)" ExtendedRoman ROM
  2360. *Font BodoniCE-Poster: Win1250 "(501.007)" ExtendedRoman ROM
  2361. *Font BodoniCE-PosterCompressed: Win1250 "(501.005)" ExtendedRoman ROM
  2362. *Font BodoniCE: Win1250 "(501.006)" ExtendedRoman ROM
  2363. *Font BookmanCE-Demi: Win1250 "(501.004)" ExtendedRoman ROM
  2364. *Font BookmanCE-DemiItalic: Win1250 "(501.004)" ExtendedRoman ROM
  2365. *Font BookmanCE-Light: Win1250 "(501.004)" ExtendedRoman ROM
  2366. *Font BookmanCE-LightItalic: Win1250 "(501.004)" ExtendedRoman ROM
  2367. *Font ChicagoCE: Win1250 "(501.008)" ExtendedRoman ROM
  2368. *Font ClarendonCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2369. *Font ClarendonCE-Light: Win1250 "(501.007)" ExtendedRoman ROM
  2370. *Font ClarendonCE: Win1250 "(501.006)" ExtendedRoman ROM
  2371. *Font CoronetCE-Regular: Win1250 "(001.000)" ExtendedRoman ROM
  2372. *Font CourierCE-Bold: Win1250 "(501.007)" ExtendedRoman ROM
  2373. *Font CourierCE-BoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2374. *Font CourierCE-Oblique: Win1250 "(501.008)" ExtendedRoman ROM
  2375. *Font CourierCE: Win1250 "(501.008)" ExtendedRoman ROM
  2376. *Font EurostileCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2377. *Font EurostileCE-BoldExtendedTwo: Win1250 "(501.006)" ExtendedRoman ROM
  2378. *Font EurostileCE-ExtendedTwo: Win1250 "(501.006)" ExtendedRoman ROM
  2379. *Font EurostileCE: Win1250 "(501.006)" ExtendedRoman ROM
  2380. *Font GenevaCE: Win1250 "(501.005)" ExtendedRoman ROM
  2381. *Font GillSansCE-Bold: Win1250 "(501.005)" ExtendedRoman ROM
  2382. *Font GillSansCE-BoldCondensed: Win1250 "(501.004)" ExtendedRoman ROM
  2383. *Font GillSansCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
  2384. *Font GillSansCE-Condensed: Win1250 "(501.005)" ExtendedRoman ROM
  2385. *Font GillSansCE-ExtraBold: Win1250 "(501.005)" ExtendedRoman ROM
  2386. *Font GillSansCE-Italic: Win1250 "(501.005)" ExtendedRoman ROM
  2387. *Font GillSansCE-Light: Win1250 "(501.006)" ExtendedRoman ROM
  2388. *Font GillSansCE-LightItalic: Win1250 "(501.006)" ExtendedRoman ROM
  2389. *Font GillSansCE-Roman: Win1250 "(501.006)" ExtendedRoman ROM
  2390. *Font HelveticaCE-Bold: Win1250 "(501.007)" ExtendedRoman ROM
  2391. *Font HelveticaCE-BoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2392. *Font HelveticaCE-CondBold: Win1250 "(501.007)" ExtendedRoman ROM
  2393. *Font HelveticaCE-CondBoldObl: Win1250 "(501.007)" ExtendedRoman ROM
  2394. *Font HelveticaCE-CondObl: Win1250 "(501.007)" ExtendedRoman ROM
  2395. *Font HelveticaCE-Cond: Win1250 "(501.007)" ExtendedRoman ROM
  2396. *Font HelveticaCE-NarrowBold: Win1250 "(501.007)" ExtendedRoman ROM
  2397. *Font HelveticaCE-NarrowBoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2398. *Font HelveticaCE-NarrowOblique: Win1250 "(501.005)" ExtendedRoman ROM
  2399. *Font HelveticaCE-Narrow: Win1250 "(501.005)" ExtendedRoman ROM
  2400. *Font HelveticaCE-Oblique: Win1250 "(501.005)" ExtendedRoman ROM
  2401. *Font HelveticaCE: Win1250 "(501.005)" ExtendedRoman ROM
  2402. *Font HoeflerTextCE-Black: Win1250 "(501.005)" ExtendedRoman ROM
  2403. *Font HoeflerTextCE-BlackItalic: Win1250 "(501.005)" ExtendedRoman ROM
  2404. *Font HoeflerTextCE-Italic: Win1250 "(501.007)" ExtendedRoman ROM
  2405. *Font HoeflerTextCE-Regular: Win1250 "(501.005)" ExtendedRoman ROM
  2406. *Font JoannaMTCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2407. *Font JoannaMTCE-BoldItalic: Win1250 "(501.006)" ExtendedRoman ROM
  2408. *Font JoannaMTCE-Italic: Win1250 "(501.006)" ExtendedRoman ROM
  2409. *Font JoannaMTCE: Win1250 "(501.006)" ExtendedRoman ROM
  2410. *Font LetterGothicCE-Bold: Win1250 "(501.008)" ExtendedRoman ROM
  2411. *Font LetterGothicCE-BoldSlanted: Win1250 "(501.008)" ExtendedRoman ROM
  2412. *Font LetterGothicCE-Slanted: Win1250 "(501.008)" ExtendedRoman ROM
  2413. *Font LetterGothicCE: Win1250 "(501.007)" ExtendedRoman ROM
  2414. *Font LubalinGraphCE-Book: Win1250 "(501.007)" ExtendedRoman ROM
  2415. *Font LubalinGraphCE-BookOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2416. *Font LubalinGraphCE-Demi: Win1250 "(501.007)" ExtendedRoman ROM
  2417. *Font LubalinGraphCE-DemiOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2418. *Font MonacoCE: Win1250 "(501.009)" ExtendedRoman ROM
  2419. *Font NewCenturySchlbkCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2420. *Font NewCenturySchlbkCE-BoldItalic: Win1250 "(501.006)" ExtendedRoman ROM
  2421. *Font NewCenturySchlbkCE-Italic: Win1250 "(501.009)" ExtendedRoman ROM
  2422. *Font NewCenturySchlbkCE-Roman: Win1250 "(501.006)" ExtendedRoman ROM
  2423. *Font NewYorkCE: Win1250 "(501.009)" ExtendedRoman ROM
  2424. *Font OptimaCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2425. *Font OptimaCE-BoldItalic: Win1250 "(501.007)" ExtendedRoman ROM
  2426. *Font OptimaCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
  2427. *Font OptimaCE-Roman: Win1250 "(501.008)" ExtendedRoman ROM
  2428. *Font PalatinoCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2429. *Font PalatinoCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
  2430. *Font PalatinoCE-Italic: Win1250 "(501.006)" ExtendedRoman ROM
  2431. *Font PalatinoCE-Roman: Win1250 "(501.004)" ExtendedRoman ROM
  2432. *Font StempelGaramondCE-Bold: Win1250 "(501.005)" ExtendedRoman ROM
  2433. *Font StempelGaramondCE-BoldItalic: Win1250 "(501.009)" ExtendedRoman ROM
  2434. *Font StempelGaramondCE-Italic: Win1250 "(501.007)" ExtendedRoman ROM
  2435. *Font StempelGaramondCE-Roman: Win1250 "(501.008)" ExtendedRoman ROM
  2436. *Font TimesCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2437. *Font TimesCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
  2438. *Font TimesCE-Italic: Win1250 "(501.007)" ExtendedRoman ROM
  2439. *Font TimesCE-Roman: Win1250 "(501.007)" ExtendedRoman ROM
  2440. *Font TimesNewRomanCE-BoldItalic: Win1250 "(501.008)" ExtendedRoman ROM
  2441. *Font TimesNewRomanCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2442. *Font TimesNewRomanCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
  2443. *Font TimesNewRomanCE: Win1250 "(501.006)" ExtendedRoman ROM
  2444. *Font UniversCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2445. *Font UniversCE-BoldExt: Win1250 "(501.008)" ExtendedRoman ROM
  2446. *Font UniversCE-BoldExtObl: Win1250 "(501.008)" ExtendedRoman ROM
  2447. *Font UniversCE-BoldOblique: Win1250 "(501.006)" ExtendedRoman ROM
  2448. *Font UniversCE-Condensed: Win1250 "(501.009)" ExtendedRoman ROM
  2449. *Font UniversCE-CondensedBold: Win1250 "(501.007)" ExtendedRoman ROM
  2450. *Font UniversCE-CondensedBoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2451. *Font UniversCE-CondensedOblique: Win1250 "(501.009)" ExtendedRoman ROM
  2452. *Font UniversCE-Extended: Win1250 "(501.007)" ExtendedRoman ROM
  2453. *Font UniversCE-ExtendedObl: Win1250 "(501.007)" ExtendedRoman ROM
  2454. *Font UniversCE-Light: Win1250 "(501.007)" ExtendedRoman ROM
  2455. *Font UniversCE-LightOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2456. *Font UniversCE-Oblique: Win1250 "(501.007)" ExtendedRoman ROM
  2457. *Font UniversCE-Medium: Win1250 "(501.007)" ExtendedRoman ROM
  2458. *Font ZapfChanceryCE-MediumItalic: Win1250 "(002.000)" ExtendedRoman ROM
  2459.  
  2460. *?FontQuery: "save
  2461. {count 1 gt
  2462.   {exch dup 127 string cvs (/)print print (:)print
  2463.    /Font resourcestatus
  2464.    {pop pop (Yes)} {(No)} ifelse =
  2465.   }
  2466.   {exit}
  2467.   ifelse
  2468. } bind loop
  2469. (*) = flush
  2470. restore"
  2471. *End
  2472.  
  2473. *?FontList: "save
  2474.  (*) {cvn ==} 128 string /Font resourceforall
  2475.  (*) = flush
  2476. restore"
  2477. *End
  2478.  
  2479. *% ===== Miscellaneous messages, status, sources and separation info
  2480.  
  2481.  
  2482. *% ==== Printer Messages (verbatim from printer): ====
  2483. *%
  2484. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  2485. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  2486. *Message: "\FontName\ not found, using Courier"
  2487.  
  2488.  
  2489. *% ==== Status (format: %%[ status: <one of these> ] %%) ====
  2490. *%
  2491. *Status: "initializing"
  2492. *Status: "idle"
  2493. *Status: "busy"
  2494. *Status: "waiting"
  2495. *Status: "online"
  2496.  
  2497.  
  2498. *% ==== Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% ) ====
  2499. *%
  2500. *Source: "Parallel"
  2501. *Source: "EtherTalk"
  2502. *Source: "TokenTalk"
  2503.  
  2504. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  2505.  
  2506.  
  2507. *% ==== Color separation information ====
  2508. *%
  2509. *DefaultColorSep: ProcessBlack.85lpi.600x600dpi/85 lpi / 600 x 600 dpi
  2510.  
  2511. *%  For 85 lpi / 600 x 600 dpi  ===============================
  2512.  
  2513. *ColorSepScreenAngle ProcessBlack.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "45"
  2514. *ColorSepScreenAngle CustomColor.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "45"
  2515. *ColorSepScreenAngle ProcessCyan.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "15"
  2516. *ColorSepScreenAngle ProcessMagenta.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "75"
  2517. *ColorSepScreenAngle ProcessYellow.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "0"
  2518.  
  2519. *ColorSepScreenFreq ProcessBlack.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  2520. *ColorSepScreenFreq CustomColor.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  2521. *ColorSepScreenFreq ProcessCyan.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  2522. *ColorSepScreenFreq ProcessMagenta.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  2523. *ColorSepScreenFreq ProcessYellow.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  2524.  
  2525. *% ==== PPD file revision number, date, and time stamp.  This must ====
  2526. *% ==== remain here and be updated each time this file is modified. ====
  2527. *%
  2528. *%    File:             Revision:      Time/Date:
  2529. *% @(#)ibm43321.ppd     1.32        14:22:00 01/25/99
  2530. *%
  2531.  
  2532. *% Last Edit Date: Jan 25, 1999
  2533. *% The byte count of this file should be exactly 115088 or 112552
  2534. *% depending on the filesystem it resides in.
  2535. *% end of PPD file for IBM4332
  2536.  
  2537.  
  2538.